Skip to content

Commit

Permalink
update composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Jul 15, 2024
1 parent 2538857 commit 228013f
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 @@ -44,8 +44,8 @@
},
"scripts": {
"test": "phpunit",
"test:ci": "phpunit --coverage-clover=./build/coverage.xml --verbose",
"test:unit": "phpunit --testsuite=Unit --coverage-clover=./build/coverage.xml --verbose"
"test:ci": "phpunit --coverage-clover=./build/coverage.xml",
"test:unit": "phpunit --testsuite=Unit --coverage-clover=./build/coverage.xml"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 228013f

Please sign in to comment.