liip / LiipTestFixturesBundle

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

fix: testLoadFixturesCheckReferences #244

Closed alexislefebvre closed 7 months ago

alexislefebvre commented 1 year ago

A test added in

had been broken in the last months.

This fix works but I can't explain why. :shrug:

alexislefebvre commented 1 year ago

When the bundle uses the Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup service, the cache of metadata lacks some data.

alexislefebvre commented 7 months ago

Caches have been removed from 3.x: