liip / LiipTestFixturesBundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
https://liip.ch
MIT License
165 stars 45 forks source link

[Bug]: $referenceRepository->getReferences() is broken #250

Closed alexislefebvre closed 6 months ago

alexislefebvre commented 10 months ago

Preconditions

Current version of the bundle.

getReferences() gives wrong results: it contains 1 fixture when it should contain 2.

Steps to reproduce

See

Expected result

References should contain as many entries than data that was loaded.

Actual result

Only one fixture is returned.

Possible solutions

alexislefebvre commented 6 months ago

Caches have been removed from 3.x: