Skip to content

Commit 6f4684f

Browse files
thiagocordeironicolas-grekas
authored andcommitted
Set booted flag to false when test kernel is unset
1 parent 642c7ff commit 6f4684f

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
@@ -45,6 +45,7 @@ private function doTearDown()
4545
{
4646
static::ensureKernelShutdown();
4747
static::$kernel = null;
48+
static::$booted = false;
4849
}
4950

5051
/**

0 commit comments

Comments
 (0)