Disable XDebug in test make recipe

This commit is contained in:
Yassine Guedidi 2022-05-03 02:50:20 +02:00
parent d4a331af4a
commit ff8f4079ea

View file

@ -46,7 +46,7 @@ fixtures: ## Load fixtures into database
php bin/console doctrine:fixtures:load --no-interaction --env=test
test: prepare fixtures ## Launch wallabag testsuite
bin/simple-phpunit -v
XDEBUG_MODE=off bin/simple-phpunit -v
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
ifndef VERSION