Skip to content

Commit 40be100

Browse files
committed
use --dev phpunit
1 parent 3f6cf85 commit 40be100

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
@@ -47,12 +47,10 @@ install:
4747
- IF NOT EXIST php-installed.txt echo assert.exception=On >> php.ini
4848
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
4949
- IF NOT EXIST php-installed.txt echo @php %%~dp0composer.phar %%* > composer.bat
50-
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://phar.phpunit.de/phpunit.phar
51-
- IF NOT EXIST php-installed.txt echo @php %%~dp0phpunit.phar %%* > phpunit.bat
5250
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
5351
- cd c:\graphviz
5452
- composer install --no-interaction --prefer-dist --no-progress
5553

5654
test_script:
5755
- cd c:\graphviz
58-
- phpunit --no-coverage
56+
- vendor\bin\phpunit --no-coverage

0 commit comments

Comments
 (0)