Skip to content

Commit

Permalink
Add composer script to run all tests and quality controls
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmith committed Mar 4, 2020
1 parent ec5015d commit 6ab6060
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,12 @@
},
"provide": {
"psr/http-server-handler-implementation": "1.0"
},
"scripts": {
"test": [
"phpunit",
"phpstan analyse",
"psalm"
]
}
}

0 comments on commit 6ab6060

Please sign in to comment.