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 b985e2e commit 8df0473Copy full SHA for 8df0473
composer.json
@@ -40,7 +40,7 @@
40
},
41
"bin": ["bin/clish"],
42
"scripts": {
43
- "test": "vendor/bin/phpunit",
44
- "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"
45
}
46
0 commit comments