Skip to content

Commit 8df0473

Browse files
committed
chore(composer): tweak script.test
1 parent b985e2e commit 8df0473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"bin": ["bin/clish"],
4242
"scripts": {
43-
"test": "vendor/bin/phpunit",
44-
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
43+
"test": "phpunit",
44+
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
4545
}
4646
}

0 commit comments

Comments
 (0)