Skip to content

Commit

Permalink
chore(composer): add test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 26, 2019
1 parent f0f33ee commit 4d292ca
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 @@ -29,5 +29,9 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"scripts": {
"test": "vendor/bin/phpunit",
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
}
}

0 comments on commit 4d292ca

Please sign in to comment.