Skip to content

Commit

Permalink
Enable orm.auto_generate_proxy_classes in tests to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Dec 21, 2020
1 parent 63edfe8 commit b5474dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/DependencyInjection/Fixtures/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
$container->loadFromExtension('doctrine', [
'dbal' => ['driver' => 'pdo_sqlite'],
'orm' => [
'auto_generate_proxy_classes' => true,
'mappings' => [
'RepositoryServiceBundle' => [
'type' => 'annotation',
Expand Down

0 comments on commit b5474dc

Please sign in to comment.