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 172b448 commit a510355Copy full SHA for a510355
Tests/Kernel/MicroKernelTraitTest.php
@@ -18,7 +18,7 @@ class MicroKernelTraitTest extends TestCase
18
{
19
public function test()
20
21
- $kernel = new ConcreteMicroKernel('test', true);
+ $kernel = new ConcreteMicroKernel('test', false);
22
$kernel->boot();
23
24
$request = Request::create('/');
@@ -31,7 +31,7 @@ public function test()
31
32
public function testAsEventSubscriber()
33
34
35
36
37
$request = Request::create('/danger');
0 commit comments