Skip to content

Commit 36409a6

Browse files
authored
Merge pull request #812 from wmde/phpunit
Always use vendor PHPUnit
2 parents 58116a3 + 738785c commit 36409a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"scripts": {
5656
"test": [
5757
"composer validate --no-interaction",
58-
"phpunit",
58+
"vendor/bin/phpunit",
5959
"covers-validator"
6060
],
6161
"cs": [

0 commit comments

Comments
 (0)