Skip to content

Commit 09c9655

Browse files
Merge branch '5.4' into 6.3
* 5.4: [DoctrineBridge] Silence ORM deprecation add missing default-doctrine-dbal-provider cache pool attribute to XSD
2 parents 985f8e3 + 70780f3 commit 09c9655

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
@@ -73,6 +73,10 @@ public static function createTestConfiguration(): Configuration
7373
$config->setSchemaManagerFactory(new DefaultSchemaManagerFactory());
7474
}
7575

76+
if (method_exists(Configuration::class, 'setLazyGhostObjectEnabled')) {
77+
$config->setLazyGhostObjectEnabled(true);
78+
}
79+
7680
return $config;
7781
}
7882

0 commit comments

Comments
 (0)