We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b8a1f commit c858c43Copy full SHA for c858c43
1 file changed
composer.json
@@ -48,8 +48,7 @@
48
"sniffer:check": "phpcs --standard=phpcs.xml",
49
"sniffer:fix": "phpcbf --standard=phpcs.xml",
50
"test": "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always",
51
- "test:coverage": "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage",
52
- "test:scrutinizer": "phpunit --configuration phpunit8.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage"
+ "test:coverage": "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage"
53
},
54
"config": {
55
"sort-packages": true
0 commit comments