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 2ec9386 commit 17239a3Copy full SHA for 17239a3
.travis.yml
@@ -25,4 +25,4 @@ after_success:
25
- bash <(curl -s https://codecov.io/bash)
26
27
script:
28
- - phpunit --coverage-clover=coverage.xml
+ - vendor/bin/phpunit --coverage-clover=coverage.xml
composer.json
@@ -37,6 +37,6 @@
37
}
38
},
39
"scripts": {
40
- "test": "phpunit --bootstrap vendor/autoload.php tests"
+ "test": "vendor/bin/phpunit --bootstrap vendor/autoload.php tests"
41
42
0 commit comments