Skip to content

Commit 118e38d

Browse files
committed
TestSuite configuration.
1 parent 2905a9c commit 118e38d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

config/app.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,15 @@
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+
* - `fixtureStrategy` - Defaults to TruncateStrategy. Can be set to any class implementing FixtureStrategyInterface.
451+
*/
452+
'TestSuite' => [
453+
'fixtureStrategy' => null,
454+
],
444455
];

0 commit comments

Comments
 (0)