Skip to content

Commit

Permalink
Add Composer script shortcuts to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kblais committed Jul 8, 2019
1 parent c6de772 commit f5fdaee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"Kblais\\LaravelHelpers\\Tests\\": "tests"
}
},
"scripts": {
"phpcs": "php-cs-fixer fix",
"phpunit": "phpunit --verbose --color=always",
"test": [
"@phpcs",
"@phpunit"
]
},
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit f5fdaee

Please sign in to comment.