Skip to content

Commit

Permalink
[FrameworkBundle] deprecate not setting http_method_override
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion authored and fabpot committed Apr 21, 2022
1 parent 1dbfda1 commit 40c479c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Functional/NoTemplatingEntryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
$loader->load(function (ContainerBuilder $container) {
$container
->loadFromExtension('framework', [
'http_method_override' => false,
'secret' => '$ecret',
'form' => ['enabled' => false],
])
Expand Down

0 comments on commit 40c479c

Please # to comment.