Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nuwber committed Mar 12, 2021
1 parent f9f728f commit 2d82413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
],
"minimum-stability": "stable",
"scripts": {
"test": "./vendor/bin/phpunit",
"test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit",
"fix-style": "php-cs-fixer fix ."
},
"require": {
Expand Down

0 comments on commit 2d82413

Please sign in to comment.