Skip to content

Commit 4a31150

Browse files
authored
Merge pull request #1039 from cakephp/5.x-fixture
TestSuite configuration.
2 parents 64045e1 + f6dfc57 commit 4a31150

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/app.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,17 @@
441441
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
442442
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false),
443443
],
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+
],
444457
];

0 commit comments

Comments
 (0)