Skip to content

Commit 0a5b4fb

Browse files
committed
chore(composer): tweak script.test
1 parent fe9dffd commit 0a5b4fb

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
@@ -29,7 +29,7 @@
2929
"phpunit/phpunit": "^6.5 || ^7.5"
3030
},
3131
"scripts": {
32-
"test": "vendor/bin/phpunit",
33-
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
32+
"test": "phpunit",
33+
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
3434
}
3535
}

0 commit comments

Comments
 (0)