Skip to content

Commit 41fad4b

Browse files
committed
Fixed binaries path in AppVeyor script
1 parent 46ac33e commit 41fad4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ install:
2626

2727
test_script:
2828
- cd %APPVEYOR_BUILD_FOLDER%
29-
- php ./bin/phpunit --verbose
29+
- php ./vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)