Skip to content

Commit

Permalink
defined "test" command in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
77web committed Nov 12, 2023
1 parent 390a4ca commit 6bbe964
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 @@
"fix:all": "@php static-analysis-kit fix --risky --rector",
"fix:rector": "@php static-analysis-kit fix --rector",
"fix:risky": "@php static-analysis-kit fix --risky",
"test": "# To run your tests using this command, you must define your test script in composer.json."
"test": "@php vendor/bin/phpunit tests"
},
"scripts-descriptions": {
"analyse": "Analyses code in this project fully.",
Expand Down

0 comments on commit 6bbe964

Please sign in to comment.