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 2449c72 + 09c9655 commit e2820a9Copy full SHA for e2820a9
Tests/DoctrineTestHelper.php
@@ -62,6 +62,10 @@ public static function createTestConfiguration(): Configuration
62
$config->setSchemaManagerFactory(new DefaultSchemaManagerFactory());
63
}
64
65
+ if (method_exists(Configuration::class, 'setLazyGhostObjectEnabled')) {
66
+ $config->setLazyGhostObjectEnabled(true);
67
+ }
68
+
69
return $config;
70
71
0 commit comments