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 fe8367b commit 26ca235Copy full SHA for 26ca235
Test/KernelTestCase.php
@@ -45,6 +45,14 @@ protected function tearDown(): void
45
static::$booted = false;
46
}
47
48
+ public static function tearDownAfterClass(): void
49
+ {
50
+ static::ensureKernelShutdown();
51
+ static::$class = null;
52
+ static::$kernel = null;
53
+ static::$booted = false;
54
+ }
55
+
56
/**
57
* @throws \RuntimeException
58
* @throws \LogicException
0 commit comments