We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9073dd2 commit 00c87baCopy full SHA for 00c87ba
appveyor.yml
@@ -48,7 +48,9 @@ install:
48
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
49
- cd c:\reflectiondocblock
50
- composer install --no-interaction --prefer-dist --no-progress
51
+ - composer global require phpunit/phpunit
52
+ - composer global config bin-dir --absolute
53
54
test_script:
55
- - vendor/bin/phpunit --no-coverage
56
+ - c:\Users\appveyor\AppData\Roaming\Composer\vendor\bin\phpunit --no-coverage
0 commit comments