Reset autoincrement in a custom purger not in DataFixtures.

This makes things a lot prettier in the DataFixtures.
This commit is contained in:
Jan Böhmer 2021-10-02 20:14:48 +02:00
parent bd4c20765a
commit 63065a8b58
8 changed files with 326 additions and 10 deletions

View file

@ -92,7 +92,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
run: php bin/console --env test doctrine:fixtures:load -n --purger reset_autoincrement_purger
- name: Run PHPunit and generate coverage
run: ./bin/phpunit --coverage-clover=coverage.xml