mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Use native lazy objects in functional tests
This commit is contained in:
parent
f1f418f99d
commit
f2b70a9271
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ abstract class AbstractOrmTestCase extends TestCase
|
||||||
)->getMetadataDriverImpl(),
|
)->getMetadataDriverImpl(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$config->enableNativeLazyObjects(true);
|
||||||
|
|
||||||
return $config;
|
return $config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue