Skip to content

Commit 840fd2d

Browse files
committed
updated scripts
1 parent da50277 commit 840fd2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@test",
4646
"@stan"
4747
],
48-
"cs-check": "phpcs --standard=phpcs.xml",
49-
"cs-fix": "phpcbf --standard=phpcs.xml",
50-
"test": "rm -f -r /tmp/cake* && phpunit && driver_test=sqlite phpunit && driver_test=postgres phpunit",
48+
"cs-check": "phpcs --colors -p",
49+
"cs-fix": "phpcbf --colors -p",
50+
"test": "rm -f -r /tmp/cake* && phpunit && driver_test=sqlite phpunit && driver_test=postgres phpunit --colors=always",
5151
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=coverage",
5252
"phpstan": "phpstan analyse",
5353
"psalm": "psalm --php-version=8.2",

0 commit comments

Comments
 (0)