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 c7035d3 commit 8337120Copy full SHA for 8337120
tests/Functional/DependencyInjection/ServiceTest.php
@@ -32,8 +32,8 @@ protected function bootDebugKernel()
32
{
33
static::ensureKernelShutdown();
34
35
- /** @var \AppKernel $kernel */
36
static::$kernel = static::createKernel();
+ assert(static::$kernel instanceof \AppKernel);
37
static::$kernel->addCompilerPass(new ServicesPublicPass());
38
$fs = new Filesystem();
39
$fs->remove(static::$kernel->getCacheDir());
0 commit comments