Open mathieu-ducrot opened 4 years ago
Use other method to load the yml fixture.
Use loadFixtures instead of loadFixtureFiles to call the Loader from DoctrineFixturesBundle.
The setUp phase must purge the database and we must have the possibility to append fixture (without purging) per test.
Also try exploring the liip/test-fixtures-bundle on more recent alice stack
https://medium.com/@dkarlovi/testing-your-symfony-application-on-production-a143483768c9
Important info when trying to use liip/test-fixtures-bundle insted of liip/functional-test-bundle and update alice dependencies :
Goal
Use other method to load the yml fixture.
Descritpion
Use loadFixtures instead of loadFixtureFiles to call the Loader from DoctrineFixturesBundle.
The setUp phase must purge the database and we must have the possibility to append fixture (without purging) per test.
Also try exploring the liip/test-fixtures-bundle on more recent alice stack