8000
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 0291ea1 commit c193b98Copy full SHA for c193b98
src/Symfony/Bundle/FrameworkBundle/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