Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [FrameworkBundle] Fix tests
  • Loading branch information
nicolas-grekas committed Oct 20, 2023
2 parents fc41289 + 3bb5c8a commit 413027b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/DependencyInjection/FrameworkExtensionTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2298,6 +2298,7 @@ protected function createContainer(array $data = [])
'kernel.project_dir' => __DIR__,
'kernel.debug' => false,
'kernel.environment' => 'test',
'kernel.runtime_mode.web' => true,
'kernel.name' => 'kernel',
'kernel.container_class' => 'testContainer',
'container.build_hash' => 'Abc1234',
Expand Down

0 comments on commit 413027b

Please sign in to comment.