8000 KernelTestCase resets internal state on tearDown · symfony/symfony@53c0f9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 53c0f9f

Browse files
committed
KernelTestCase resets internal state on tearDown
1 parent 3784dbc commit 53c0f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function tearDown(): void
4949
static::ensureKernelShutdown();
5050
static::$kernel = null;
5151
static::$booted = false;
52+
static::$class = null;
5253
}
5354

5455
/**

0 commit comments

Comments
 (0)
0