Skip to content

Commit 07f1737

Browse files
committed
Stop using deprecated option
Since `doctrine/doctrine-bundle` 3.1, auto_mapping is deprecated and only accepts false.
1 parent ca3879c commit 07f1737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/DependencyInjection/DoctrineMigrationsExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ public function testCustomEntityManager(): void
326326
'custom' => null,
327327
'acb' => null,
328328
],
329-
'controller_resolver' => ['auto_mapping' => false],
330329
],
331330
);
332331

0 commit comments

Comments
 (0)