Skip to content

Commit e2820a9

Browse files
Merge branch '6.3' into 6.4
* 6.3: [DoctrineBridge] Silence ORM deprecation add missing default-doctrine-dbal-provider cache pool attribute to XSD
2 parents 2449c72 + 09c9655 commit e2820a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/DoctrineTestHelper.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ public static function createTestConfiguration(): Configuration
6262
$config->setSchemaManagerFactory(new DefaultSchemaManagerFactory());
6363
}
6464

65+
if (method_exists(Configuration::class, 'setLazyGhostObjectEnabled')) {
66+
$config->setLazyGhostObjectEnabled(true);
67+
}
68+
6569
return $config;
6670
}
6771

0 commit comments

Comments
 (0)