Skip to content

Commit

Permalink
Add a shortcut for running tests to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Aug 9, 2019
1 parent 3fe9425 commit d4d23ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"Netgen\\Bundle\\ContentTypeListBundle\\": ""
}
},
"scripts": {
"test": "@php vendor/bin/phpunit --colors=always"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down

0 comments on commit d4d23ba

Please sign in to comment.