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 9f3c279 commit 674990eCopy full SHA for 674990e
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
@@ -120,8 +120,9 @@ 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
+ * @afterClass
124
*/
- protected static function ensureKernelShutdown()
125
+ public static function ensureKernelShutdown()
126
{
127
if (null !== static::$kernel) {
128
static::$kernel->boot();
0 commit comments