Skip to content

Commit

Permalink
chore: add composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 22, 2019
1 parent b0170db commit 594e7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
},
"scripts": {
"test": "vendor/bin/phpunit",
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
}
}

0 comments on commit 594e7e1

Please sign in to comment.