We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688e9d1 commit 26a37cfCopy full SHA for 26a37cf
appveyor.yml
@@ -46,7 +46,9 @@ install:
46
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
47
- cd c:\reflectiondocblock
48
- composer install --no-interaction --prefer-dist --no-progress
49
+ - composer global require phpunit/phpunit ^6
50
+ - composer global config bin-dir --absolute
51
52
test_script:
53
- - vendor\bin\phpunit --no-coverage
54
+ - c:\Users\appveyor\AppData\Roaming\Composer\vendor\bin\phpunit --no-coverage
0 commit comments