We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059d5df commit 9525d11Copy full SHA for 9525d11
tests/Functional/GeocoderListenerTest.php
@@ -63,7 +63,7 @@ protected static function createKernel(array $options = []): KernelInterface
63
$kernel->addTestConfig(static function (ContainerBuilder $container) {
64
$container->prependExtensionConfig('doctrine', [
65
'orm' => [
66
- 'report_fields_where_declared' => true,
+ #'report_fields_where_declared' => true,
67
],
68
]);
69
tests/Functional/config/listener.yml
@@ -9,7 +9,7 @@ doctrine:
9
orm:
10
auto_generate_proxy_classes: true
11
validate_xml_mapping: true
12
- report_fields_where_declared: true
+ #report_fields_where_declared: true
13
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
14
auto_mapping: false
15
0 commit comments