Skip to content

Commit bb36c86

Browse files
committed
use --dev phpunit
1 parent 2069693 commit bb36c86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ install:
4545
- IF NOT EXIST php-installed.txt echo assert.exception=On >> php.ini
4646
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
4747
- IF NOT EXIST php-installed.txt echo @php %%~dp0composer.phar %%* > composer.bat
48-
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://phar.phpunit.de/phpunit.phar
49-
- IF NOT EXIST php-installed.txt echo @php %%~dp0phpunit.phar %%* > phpunit.bat
5048
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
5149
- cd c:\reflectioncommon
5250
- composer install --no-interaction --prefer-dist --no-progress
5351

5452
test_script:
5553
- cd c:\reflectioncommon
56-
- phpunit --no-coverage
54+
- vendor\bin\phpunit --no-coverage

0 commit comments

Comments
 (0)