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 d7374e6 commit 0f300bdCopy full SHA for 0f300bd
tests/Functional/GeocoderListenerTest.php
@@ -77,7 +77,9 @@ public function process(ContainerBuilder $container): void
77
$orm['controller_resolver']['auto_mapping'] = false;
78
$orm['report_fields_where_declared'] = true;
79
}
80
- if (method_exists(Configuration::class, 'setLazyGhostObjectEnabled') && Kernel::VERSION_ID >= 60100) {
+ if (method_exists(Configuration::class, 'setLazyGhostObjectEnabled')
81
+ && Kernel::VERSION_ID >= 60100
82
+ && version_compare($doctrineBundleVersion, '2.8.0', '>=')) {
83
$orm['enable_lazy_ghost_objects'] = true;
84
85
if (\PHP_VERSION_ID >= 80400
0 commit comments