Reset autoincrements on SQLite with our ResetAutoIncrementPurger too and make it default for fixtures load

This commit is contained in:
Jan Böhmer 2023-06-18 22:06:06 +02:00
parent fe1715259a
commit 4977f6c270
3 changed files with 20 additions and 4 deletions

View file

@ -109,7 +109,7 @@ jobs:
run: php bin/console --env test doctrine:migrations:migrate -n
- name: Load fixtures
run: php bin/console --env test doctrine:fixtures:load -n --purger reset_autoincrement_purger
run: php bin/console --env test doctrine:fixtures:load -n
- name: Run PHPunit and generate coverage
run: ./bin/phpunit --coverage-clover=coverage.xml