Skip to content

Commit

Permalink
設定 xdebug 的 mode 為 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
CQD committed Jan 10, 2021
1 parent f3ee44b commit 34dd757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ installWithDev:
composer install -o --prefer-dist

e2e: installWithDev
./vendor/bin/phpunit -c e2e-test/phpunit.xml --coverage-text
XDEBUG_MODE=coverage ./vendor/bin/phpunit -c e2e-test/phpunit.xml --coverage-text

0 comments on commit 34dd757

Please sign in to comment.