Skip to content

Commit

Permalink
adjust phpunit file
Browse files Browse the repository at this point in the history
Signed-off-by: Any97Cris <[email protected]>
  • Loading branch information
Any97Cris committed Feb 22, 2024
1 parent 828e064 commit 728b908
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@
"cs:fix": "phpcbf --standard=PSR12 -n src tests/Unit",
"test:unit": "phpunit --no-coverage",
"test:coverage": "XDEBUG_MODE=coverage phpunit",
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -print0 | xargs -0 -n1 php -l"
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -print0 | xargs -0 -n1 php -l",
"post-install-cmd": [
"@composer bin all install --ansi",
"composer dump-autoload"
],
"post-update-cmd": [
"composer dump-autoload"
]
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 728b908

Please sign in to comment.