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