Skip to content

Commit

Permalink
Added composer test script
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Dec 16, 2024
1 parent d07946f commit 916eb13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"scripts": {
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"test": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
"rector": "vendor/bin/rector process --dry-run --ansi"
},
Expand Down

0 comments on commit 916eb13

Please sign in to comment.