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 9f3c279 commit 8d81b0dCopy full SHA for 8d81b0d
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
@@ -120,8 +120,10 @@ protected static function createKernel(array $options = []): KernelInterface
120
121
/**
122
* Shuts the kernel down if it was used in the test - called by the tearDown method by default.
123
+ *
124
+ * @afterClass
125
*/
- protected static function ensureKernelShutdown()
126
+ public static function ensureKernelShutdown()
127
{
128
if (null !== static::$kernel) {
129
static::$kernel->boot();
0 commit comments