Thanks to visit codestin.com Credit goes to github.com
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 642c7ff commit 6f4684fCopy full SHA for 6f4684f
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
@@ -45,6 +45,7 @@ private function doTearDown()
45
{
46
static::ensureKernelShutdown();
47
static::$kernel = null;
48
+ static::$booted = false;
49
}
50
51
/**
0 commit comments