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 84bae80 commit 039afa0Copy full SHA for 039afa0
composer.json
@@ -69,7 +69,7 @@
69
"psalm": "psalm --long-progress --output-format=compact --config=psalm.xml.dist",
70
"phpmd": "phpmd src ansi phpmd.xml.dist --suffixes php --ignore-violations-on-exit",
71
"pdepend": "pdepend --summary-xml=.summary.xml --suffix=php src && pdepend-summary-formatter --init && pdepend-summary-formatter .summary.xml --config-file=pdepend-summary-formatter.yml.dist --ignore-yellow-metrics-on-exit",
72
- "test": "phpunit --configuration=phpunit.xml.dist --colors=always",
+ "test": "phpunit --configuration=phpunit.xml.dist",
73
"check": [
74
"@lint",
75
"@cs",
0 commit comments