Use native lazy objects in functional tests

This commit is contained in:
TheMilek 2026-03-24 08:32:00 +01:00 committed by Grzegorz Sadowski
parent f1f418f99d
commit f2b70a9271
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -39,6 +39,8 @@ abstract class AbstractOrmTestCase extends TestCase
)->getMetadataDriverImpl(),
);
$config->enableNativeLazyObjects(true);
return $config;
}