Skip to content

Commit

Permalink
refactor: Add test composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 6, 2024
1 parent da9272e commit 728fd72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"scripts": {
"phpstan": "phpstan --ansi --memory-limit=1G",
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --fix --ansi"
"fix-cs": "ecs check --fix --ansi",
"test": "codecept run unit --coverage-xml"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 728fd72

Please sign in to comment.