Skip to content

Commit f6dfc57

Browse files
committed
TestSuite configuration.
1 parent 118e38d commit f6dfc57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,11 @@
447447
*
448448
* ## Options
449449
*
450+
* - `errorLevel` - Defaults to E_ALL.
450451
* - `fixtureStrategy` - Defaults to TruncateStrategy. Can be set to any class implementing FixtureStrategyInterface.
451452
*/
452453
'TestSuite' => [
454+
'errorLevel' => null,
453455
'fixtureStrategy' => null,
454456
],
455457
];

0 commit comments

Comments
 (0)