Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Feb 8, 2025
1 parent da50277 commit 840fd2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@test",
"@stan"
],
"cs-check": "phpcs --standard=phpcs.xml",
"cs-fix": "phpcbf --standard=phpcs.xml",
"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",
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=coverage",
"phpstan": "phpstan analyse",
"psalm": "psalm --php-version=8.2",
Expand Down

0 comments on commit 840fd2d

Please sign in to comment.