From 666054be0ec0c9a454d32923e18f6a4c0b36aef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 19 Dec 2025 00:02:14 +0100 Subject: [PATCH] test: Enable the native lazy ghosts for Doctrine --- tests/Bridge/Doctrine/autoload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Bridge/Doctrine/autoload.php b/tests/Bridge/Doctrine/autoload.php index 4bb3c271..79736364 100644 --- a/tests/Bridge/Doctrine/autoload.php +++ b/tests/Bridge/Doctrine/autoload.php @@ -23,6 +23,7 @@ [ROOT.'/fixtures/Bridge/Doctrine/Entity'], true, ); +$config->enableNativeLazyObjects(true); $connection = DriverManager::getConnection( require ROOT.'/doctrine-orm-db-settings.php',