Skip to content

Commit 3bb5c8a

Browse files
[FrameworkBundle] Fix tests
1 parent 9de16cf commit 3bb5c8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/FrameworkExtensionTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,7 @@ protected function createContainer(array $data = [])
23662366
'kernel.project_dir' => __DIR__,
23672367
'kernel.debug' => false,
23682368
'kernel.environment' => 'test',
2369+
'kernel.runtime_mode.web' => true,
23692370
'kernel.name' => 'kernel',
23702371
'kernel.container_class' => 'testContainer',
23712372
'container.build_hash' => 'Abc1234',

0 commit comments

Comments
 (0)