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 3cbca8f commit 73b7a16Copy full SHA for 73b7a16
Test/KernelTestCase.php
@@ -77,7 +77,7 @@ protected static function bootKernel(array $options = [])
77
78
$kernel = static::createKernel($options);
79
$kernel->boot();
80
- self::$kernel = $kernel;
+ static::$kernel = $kernel;
81
static::$booted = true;
82
83
$container = static::$kernel->getContainer();
0 commit comments