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 714e94c commit d9b62e1Copy full SHA for d9b62e1
appveyor.yml
@@ -48,8 +48,7 @@ install:
48
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
49
- cd c:\typeresolver
50
- composer install --no-interaction --prefer-dist --no-progress
51
- - composer require --dev phpunit/phpunit
52
53
test_script:
54
55
- - ./vendor/bin/phpunit --no-coverage
+ - vendor\bin\phpunit --no-coverage
0 commit comments