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 da50277 commit 840fd2dCopy full SHA for 840fd2d
composer.json
@@ -45,9 +45,9 @@
45
"@test",
46
"@stan"
47
],
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",
+ "cs-check": "phpcs --colors -p",
+ "cs-fix": "phpcbf --colors -p",
+ "test": "rm -f -r /tmp/cake* && phpunit && driver_test=sqlite phpunit && driver_test=postgres phpunit --colors=always",
51
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=coverage",
52
"phpstan": "phpstan analyse",
53
"psalm": "psalm --php-version=8.2",
0 commit comments