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.
2 parents fc41289 + 3bb5c8a commit 413027bCopy full SHA for 413027b
Tests/DependencyInjection/FrameworkExtensionTestCase.php
@@ -2298,6 +2298,7 @@ protected function createContainer(array $data = [])
2298
'kernel.project_dir' => __DIR__,
2299
'kernel.debug' => false,
2300
'kernel.environment' => 'test',
2301
+ 'kernel.runtime_mode.web' => true,
2302
'kernel.name' => 'kernel',
2303
'kernel.container_class' => 'testContainer',
2304
'container.build_hash' => 'Abc1234',
0 commit comments