Fixed problem with loading Fixtures on MySQL in combination with savepoints

We must now load the fixtures using custom command partdb:fixtures:load
This commit is contained in:
Jan Böhmer 2023-12-05 21:33:29 +01:00
parent 5b3156ccf4
commit 5faeb5dd56
5 changed files with 133 additions and 4 deletions

View file

@ -397,4 +397,4 @@ when@test:
arguments:
- '@doctrine.fixtures.loader'
- '@doctrine'
- { default: '@App\Doctrine\Purger\ResetAutoIncrementPurgerFactory' }
- { default: '@App\Doctrine\Purger\DoNotUsePurgerFactory' }