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 9de16cf commit 3bb5c8aCopy full SHA for 3bb5c8a
Tests/DependencyInjection/FrameworkExtensionTestCase.php
@@ -2366,6 +2366,7 @@ protected function createContainer(array $data = [])
2366
'kernel.project_dir' => __DIR__,
2367
'kernel.debug' => false,
2368
'kernel.environment' => 'test',
2369
+ 'kernel.runtime_mode.web' => true,
2370
'kernel.name' => 'kernel',
2371
'kernel.container_class' => 'testContainer',
2372
'container.build_hash' => 'Abc1234',
0 commit comments