Skip to content

Commit

Permalink
chore(composer): tweak script.test
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 31, 2019
1 parent fe9dffd commit 0a5b4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpunit/phpunit": "^6.5 || ^7.5"
},
"scripts": {
"test": "vendor/bin/phpunit",
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
"test": "phpunit",
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
}
}

0 comments on commit 0a5b4fb

Please sign in to comment.