Skip to content

Commit

Permalink
Update composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Oct 27, 2023
1 parent 53934ab commit fbd9eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit --exclude skip"
"test": "vendor/bin/phpunit --exclude-group skip"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit fbd9eea

Please sign in to comment.