Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 14, 2024
1 parent 78a515e commit 9824ad1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
"@php vendor/bin/pint",
"@php vendor/bin/phpstan analyse"
],
"test": "@php vendor/bin/phpunit -c ./ --color",
"test": [
"@composer dump-autoload",
"@php vendor/bin/phpunit --no-coverage --no-configuration --dont-report-useless-tests --bootstrap vendor/autoload.php --color tests"
],
"ci": [
"@prepare",
"@lint",
Expand Down

0 comments on commit 9824ad1

Please sign in to comment.