Skip to content

Commit

Permalink
[ci] handle ci deprecations for test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 17, 2024
1 parent b15e3a1 commit 252eb49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ResetPasswordTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
],
'orm' => [
'auto_generate_proxy_classes' => true,
'controller_resolver' => ['auto_mapping' => false], // @see https://github.com/doctrine/DoctrineBundle/pull/1762
'enable_lazy_ghost_objects' => true, // @see https://github.com/doctrine/DoctrineBundle/pull/1733
'auto_mapping' => true,
'mappings' => [
'App' => [
Expand All @@ -97,6 +99,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
'alias' => 'App',
],
],
'report_fields_where_declared' => true, // @see https://github.com/doctrine/DoctrineBundle/pull/1661
],
]);

Expand Down

0 comments on commit 252eb49

Please sign in to comment.