8000 Update src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php · symfony/symfony@de4c4d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit de4c4d7

Browse files
cquintana92Seldaek
andcommitted
Update src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
1 parent 6f74044 commit de4c4d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ protected function tearDown(): void
4242
public static function tearDownAfterClass(): void
4343
{
4444
static::ensureKernelShutdown();
45-
parent::tearDownAfterClass();
45+
static::$class = null;
46+
static::$kernel = null;
47+
static::$booted = false;
4648
}
4749

4850
/**

0 commit comments

Comments
 (0)
0