Skip to content

Commit 26a37cf

Browse files
committed
restore global phpunit
1 parent 688e9d1 commit 26a37cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ install:
4646
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
4747
- cd c:\reflectiondocblock
4848
- composer install --no-interaction --prefer-dist --no-progress
49+
- composer global require phpunit/phpunit ^6
50+
- composer global config bin-dir --absolute
4951

5052
test_script:
5153
- cd c:\reflectiondocblock
52-
- vendor\bin\phpunit --no-coverage
54+
- c:\Users\appveyor\AppData\Roaming\Composer\vendor\bin\phpunit --no-coverage

0 commit comments

Comments
 (0)