Skip to content

Commit 1982314

Browse files
committed
explicitly call php
1 parent f02c089 commit 1982314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"check": "phpcs --standard=PSR2 src test",
6363
"test": [
6464
"@check",
65-
"bin/phpunit"
65+
"php ./bin/phpunit"
6666
]
6767
},
6868
"conflict": {

0 commit comments

Comments
 (0)