Skip to content

Commit d9b62e1

Browse files
committed
use --dev phpunit
1 parent 714e94c commit d9b62e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ install:
4848
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
4949
- cd c:\typeresolver
5050
- composer install --no-interaction --prefer-dist --no-progress
51-
- composer require --dev phpunit/phpunit
5251

5352
test_script:
5453
- cd c:\typeresolver
55-
- ./vendor/bin/phpunit --no-coverage
54+
- vendor\bin\phpunit --no-coverage

0 commit comments

Comments
 (0)