Set booted flag to false when test kernel is unset

This commit is contained in:
Thiago Cordeiro 2020-01-13 16:57:05 +01:00 committed by Nicolas Grekas
parent 642c7ffed8
commit 6f4684f618

View File

@ -45,6 +45,7 @@ abstract class KernelTestCase extends TestCase
{
static::ensureKernelShutdown();
static::$kernel = null;
static::$booted = false;
}
/**