Merge pull request #5770 from yguedidi/disable-xdebug-in-test-make-recipe

This commit is contained in:
Jérémy Benoist 2022-05-03 07:46:44 +02:00 committed by GitHub
commit 29984497f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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