Skip to content

Commit c858c43

Browse files
committed
Remove test:scrutinizer
1 parent 83b8a1f commit c858c43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"sniffer:check": "phpcs --standard=phpcs.xml",
4949
"sniffer:fix": "phpcbf --standard=phpcs.xml",
5050
"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"
51+
"test:coverage": "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage"
5352
},
5453
"config": {
5554
"sort-packages": true

0 commit comments

Comments
 (0)