We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9dffd commit 0a5b4fbCopy full SHA for 0a5b4fb
composer.json
@@ -29,7 +29,7 @@
29
"phpunit/phpunit": "^6.5 || ^7.5"
30
},
31
"scripts": {
32
- "test": "vendor/bin/phpunit",
33
- "test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
+ "test": "phpunit",
+ "test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
34
}
35
0 commit comments