Skip to content

Commit cf5fe14

Browse files
authored
Update PHP CodeSniffer and PHPUnit commands
1 parent d3d215d commit cf5fe14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"sed -i.bak 's/<!--<severity>0<\\/severity>-->/<severity>0<\\/severity>/' PhpCollective/ruleset.xml",
5555
"rm -f PhpCollective/ruleset.xml.bak"
5656
],
57-
"cs-check": "vendor/bin/phpcs --extensions=php",
58-
"cs-fix": "vendor/bin/phpcbf --extensions=php",
59-
"test": "vendor/bin/phpunit",
60-
"stan": "phpstan analyse",
57+
"cs-check": "vendor/bin/phpcs phpstan analyse",
58+
"cs-fix": "phpcbf --colors --parallel=16",
59+
"test": "phpunit --colors --parallel=16",
60+
"stan": "phpstan analyze",
6161
"xml": "tests/xmllint.sh"
6262
},
6363
"bin": [

0 commit comments

Comments
 (0)