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.
2 parents a8fec93 + 76988f3 commit ced1a5dCopy full SHA for ced1a5d
composer.json
@@ -41,13 +41,13 @@
41
},
42
"scripts": {
43
"check-code": [
44
- "./vendor/bin/phpcs --standard=phpcs.xml -snp --encoding=utf-8 src/ tests/ --report-width=150"
+ "\"vendor/bin/phpcs\" --standard=phpcs.xml -snp --encoding=utf-8 src/ tests/ --report-width=150"
45
],
46
"test": [
47
- "./vendor/bin/phpunit"
+ "\"vendor/bin/phpunit\""
48
49
"test-cov": [
50
- "./vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
+ "\"vendor/bin/phpunit\" --coverage-clover build/logs/clover.xml"
51
52
"test-cov-upload": [
53
"wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml"
0 commit comments