Skip to content

Commit

Permalink
Composer: Add "test" script for "php artisan test"
Browse files Browse the repository at this point in the history
  • Loading branch information
philbates35 committed Jan 17, 2024
1 parent 4c6de25 commit 61d46f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"test": [
"@php artisan test --ansi"
],
"phpstan": [
"phpstan --ansi"
],
Expand Down

0 comments on commit 61d46f7

Please sign in to comment.