Skip to content

Commit 584a06e

Browse files
authored
[tests] fix http_method_override deprecation (#1255)
1 parent 438451f commit 584a06e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Doctrine/EntityRegeneratorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
158158
'router' => [
159159
'utf8' => true,
160160
],
161+
'http_method_override' => false,
161162
'annotations' => [
162163
'enabled' => true,
163164
],
@@ -212,6 +213,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
212213
'router' => [
213214
'utf8' => true,
214215
],
216+
'http_method_override' => false,
215217
]);
216218

217219
$dbal = [

0 commit comments

Comments
 (0)