You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service liip_test_fixtures.services_database_backup.sqlite has been renamed (AFAIK) to Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup but loadFixtures() will function as normal but be very slow due to DB backups not working.
Expected result
loadFixtures() should fail.
Actual result
loadFixtures gets a lot slower than expected.
The text was updated successfully, but these errors were encountered:
Preconditions
Latest liip test fixtures bundle.
Steps to reproduce
Hi had this config:
The service
liip_test_fixtures.services_database_backup.sqlite
has been renamed (AFAIK) to Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup but loadFixtures() will function as normal but be very slow due to DB backups not working.Expected result
loadFixtures() should fail.
Actual result
loadFixtures gets a lot slower than expected.
The text was updated successfully, but these errors were encountered: