Skip to content

Commit

Permalink
Prepare DoctrineExtensionTest for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver authored and ostrolucky committed Mar 24, 2024
1 parent 7f209ad commit 6d3aa61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DependencyInjection/DoctrineExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,8 @@ public function testControllerResolver(bool $simpleEntityManagerConfig): void
$config['orm'] = [];
}

$config['orm']['controller_resolver'] = ['auto_mapping' => true];

$extension->load([$config], $container);

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

0 comments on commit 6d3aa61

Please sign in to comment.