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',