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 8d81b0d commit 7b1d5adCopy full SHA for 7b1d5ad
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
@@ -11,6 +11,7 @@
11
12
namespace Symfony\Bundle\FrameworkBundle\Test;
13
14
+use PHPUnit\Framework\Attributes\AfterClass;
15
use PHPUnit\Framework\TestCase;
16
use Symfony\Component\DependencyInjection\Container;
17
use Symfony\Component\DependencyInjection\ContainerInterface;
@@ -123,6 +124,7 @@ protected static function createKernel(array $options = []): KernelInterface
123
124
*
125
* @afterClass
126
*/
127
+ #[AfterClass]
128
public static function ensureKernelShutdown()
129
{
130
if (null !== static::$kernel) {
0 commit comments