Skip to content

Commit 413027b

Browse files
Merge branch '6.4' into 7.0
* 6.4: [FrameworkBundle] Fix tests
2 parents fc41289 + 3bb5c8a commit 413027b

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
@@ -2298,6 +2298,7 @@ protected function createContainer(array $data = [])
22982298
'kernel.project_dir' => __DIR__,
22992299
'kernel.debug' => false,
23002300
'kernel.environment' => 'test',
2301+
'kernel.runtime_mode.web' => true,
23012302
'kernel.name' => 'kernel',
23022303
'kernel.container_class' => 'testContainer',
23032304
'container.build_hash' => 'Abc1234',

0 commit comments

Comments
 (0)