module-doctrine2 icon indicating copy to clipboard operation
module-doctrine2 copied to clipboard

Doctrine2 module for Codeception

Results 1 module-doctrine2 issues
Sort by recently updated
recently updated
newest added

With returning the `ORMExecutor` after loading fixtures it is possible to access the `ReferenceRepository` which in turn allows fetching concrete fixture instances by reference: ```php /** @var \Doctrine\Common\DataFixtures\ReferenceRepository $repo */...