Skip to content

Commit 039afa0

Browse files
committed
Improve composer test
1 parent 84bae80 commit 039afa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"psalm": "psalm --long-progress --output-format=compact --config=psalm.xml.dist",
7070
"phpmd": "phpmd src ansi phpmd.xml.dist --suffixes php --ignore-violations-on-exit",
7171
"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",
72+
"test": "phpunit --configuration=phpunit.xml.dist",
7373
"check": [
7474
"@lint",
7575
"@cs",

0 commit comments

Comments
 (0)