Skip to content

Commit 252eb49

Browse files
committed
[ci] handle ci deprecations for test config
1 parent b15e3a1 commit 252eb49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ResetPasswordTestKernel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
8787
],
8888
'orm' => [
8989
'auto_generate_proxy_classes' => true,
90+
'controller_resolver' => ['auto_mapping' => false], // @see https://github.com/doctrine/DoctrineBundle/pull/1762
91+
'enable_lazy_ghost_objects' => true, // @see https://github.com/doctrine/DoctrineBundle/pull/1733
9092
'auto_mapping' => true,
9193
'mappings' => [
9294
'App' => [
@@ -97,6 +99,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
9799
'alias' => 'App',
98100
],
99101
],
102+
'report_fields_where_declared' => true, // @see https://github.com/doctrine/DoctrineBundle/pull/1661
100103
],
101104
]);
102105

0 commit comments

Comments
 (0)