From 51cf9048b5901b7378c2761f0e67f9dbe77d5470 Mon Sep 17 00:00:00 2001 From: elkuku Date: Fri, 17 Nov 2023 08:39:53 +0100 Subject: [PATCH] Update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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