Skip to content

Commit

Permalink
Fix deprecation with symfony 6.1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed May 29, 2022
1 parent 283ade9 commit 1363279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ protected function configureContainer(ContainerBuilder $containerBuilder, Loader
'translator' => [
'default_path' => '%kernel.project_dir%/translations',
],
'http_method_override' => false,
];

// TODO: Remove else case when dropping support of Symfony < 5.3
Expand Down

0 comments on commit 1363279

Please sign in to comment.