diff --git a/Makefile b/Makefile index f4185ef..160d84e 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,11 @@ tests: .PHONY: tests citests: export APP_ENV=test citests: - bin/console debug:dotenv # bin/console doctrine:database:drop --force || true - bin/console doctrine:database:create -vvv + bin/console doctrine:database:create bin/console doctrine:migrations:migrate -n bin/console doctrine:fixtures:load -n bin/phpunit --testdox vendor/bin/phpstan + vendor/bin/rector process --dry-run #tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run