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

Skip to content < 8000 script type="application/json" data-target="react-partial.embeddedData">{"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 7f3f2b0

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public static function tearDownAfterClass(): void
4343
{
4444
static::ensureKernelShutdown();
4545
parent::tearDownAfterClass();
46+
static::$class = null;
47+
static::$kernel = null;
48+
static::$booted = false;
4649
}
4750

4851
/**

0 commit comments

Comments
 (0)
0