We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeff22d commit 3cb9879Copy full SHA for 3cb9879
Test/KernelTestCase.php
@@ -35,6 +35,7 @@ abstract class KernelTestCase extends TestCase
35
private function doTearDown()
36
{
37
static::ensureKernelShutdown();
38
+ static::$kernel = null;
39
}
40
41
/**
0 commit comments