Skip to content

Commit

Permalink
MISC: tests, add framweork config
Browse files Browse the repository at this point in the history
  • Loading branch information
yivi committed Dec 19, 2023
1 parent ee5e696 commit b42de2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Fixtures/config/framework-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
framework:
http_method_override: false
1 change: 1 addition & 0 deletions tests/Functional/ServiceIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function testBasicConverter(): void
self::bootKernel([
'config' => static function (TestKernel $kernel): void {
$kernel->addTestConfig(__DIR__.'/../Fixtures/config/configuration_basic.yaml');
$kernel->addTestConfig(__DIR__.'/../Fixtures/config/framework-config.yaml');
},
]);

Expand Down
1 change: 1 addition & 0 deletions tests/Functional/TwigIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function testBasicConverter(): void
self::bootKernel([
'config' => static function (TestKernel $kernel): void {
$kernel->addTestConfig(__DIR__.'/../Fixtures/config/configuration_basic.yaml');
$kernel->addTestConfig(__DIR__.'/../Fixtures/config/framework-config.yaml');
},
]);

Expand Down

0 comments on commit b42de2e

Please sign in to comment.