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 b985e2e commit 8df0473
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 @@ -40,7 +40,7 @@
},
"bin": ["bin/clish"],
"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 8df0473

Please sign in to comment.