Skip to content

Commit

Permalink
remove '--testdox' option from 'test' script in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyeshhhh committed Jun 11, 2024
1 parent 49cb18a commit 0296b46
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 @@ -25,7 +25,7 @@
"nesbot/carbon": "^3.3"
},
"scripts": {
"test": "phpunit --testdox tests",
"test": "phpunit tests",
"modeltest": "phpunit --testsuite models",
"apitest": "phpunit --testsuite api"
},
Expand Down

0 comments on commit 0296b46

Please sign in to comment.