Skip to content

Commit

Permalink
chore(composer): bump adhocore/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Jan 5, 2020
1 parent ba8b621 commit 604bded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"phpunit/phpunit": "^6.5 || ^7.5"
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "phpunit",
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
}
}

0 comments on commit 604bded

Please sign in to comment.