restore global phpunit

This commit is contained in:
Chuck Burgess
2018-06-14 07:43:12 -05:00
parent 688e9d1e54
commit 26a37cf245
+3 -1
View File
@@ -46,7 +46,9 @@ install:
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar - appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
- cd c:\reflectiondocblock - cd c:\reflectiondocblock
- composer install --no-interaction --prefer-dist --no-progress - composer install --no-interaction --prefer-dist --no-progress
- composer global require phpunit/phpunit ^6
- composer global config bin-dir --absolute
test_script: test_script:
- cd c:\reflectiondocblock - cd c:\reflectiondocblock
- vendor\bin\phpunit --no-coverage - c:\Users\appveyor\AppData\Roaming\Composer\vendor\bin\phpunit --no-coverage