Skip to content

Commit 6d3aa61

Browse files
bobvandevijverostrolucky
authored andcommitted
Prepare DoctrineExtensionTest for 3.0 release
1 parent 7f209ad commit 6d3aa61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/DependencyInjection/DoctrineExtensionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,8 @@ public function testControllerResolver(bool $simpleEntityManagerConfig): void
14431443
$config['orm'] = [];
14441444
}
14451445

1446+
$config['orm']['controller_resolver'] = ['auto_mapping' => true];
1447+
14461448
$extension->load([$config], $container);
14471449

14481450
$controllerResolver = $container->getDefinition('doctrine.orm.entity_value_resolver');

0 commit comments

Comments
 (0)