We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64045e1 + f6dfc57 commit 4a31150Copy full SHA for 4a31150
1 file changed
config/app.php
@@ -441,4 +441,17 @@
441
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
442
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false),
443
],
444
+
445
+ /**
446
+ * TestSuite configuration.
447
+ *
448
+ * ## Options
449
450
+ * - `errorLevel` - Defaults to E_ALL.
451
+ * - `fixtureStrategy` - Defaults to TruncateStrategy. Can be set to any class implementing FixtureStrategyInterface.
452
+ */
453
+ 'TestSuite' => [
454
+ 'errorLevel' => null,
455
+ 'fixtureStrategy' => null,
456
+ ],
457
];
0 commit comments