Skip to content

Commit 00c87ba

Browse files
committed
adjust appveyor for global phpunit
1 parent 9073dd2 commit 00c87ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ install:
4848
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
4949
- cd c:\reflectiondocblock
5050
- composer install --no-interaction --prefer-dist --no-progress
51+
- composer global require phpunit/phpunit
52+
- composer global config bin-dir --absolute
5153

5254
test_script:
5355
- cd c:\reflectiondocblock
54-
- vendor/bin/phpunit --no-coverage
56+
- c:\Users\appveyor\AppData\Roaming\Composer\vendor\bin\phpunit --no-coverage

0 commit comments

Comments
 (0)