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.
2 parents 985f8e3 + 70780f3 commit 09c9655Copy full SHA for 09c9655
Tests/DoctrineTestHelper.php
@@ -73,6 +73,10 @@ public static function createTestConfiguration(): Configuration
73
$config->setSchemaManagerFactory(new DefaultSchemaManagerFactory());
74
}
75
76
+ if (method_exists(Configuration::class, 'setLazyGhostObjectEnabled')) {
77
+ $config->setLazyGhostObjectEnabled(true);
78
+ }
79
+
80
return $config;
81
82
0 commit comments