fix: overrides being used on regular phpunit

This commit is contained in:
Nuno Maduro
2022-12-28 14:21:07 +00:00
parent 37b1367d25
commit 406fcf72ae
5 changed files with 45 additions and 11 deletions

View File

@ -23,6 +23,7 @@ final class Kernel
* @var array<int, class-string>
*/
private const BOOTSTRAPPERS = [
Bootstrappers\BootOverrides::class,
Bootstrappers\BootExceptionHandler::class,
Bootstrappers\BootSubscribers::class,
Bootstrappers\BootFiles::class,