File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,10 @@ install:
45
45
- IF NOT EXIST php-installed.txt echo assert.exception=On >> php.ini
46
46
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
47
47
- 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
50
48
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
51
49
- cd c:\reflectioncommon
52
50
- composer install --no-interaction --prefer-dist --no-progress
53
51
54
52
test_script :
55
53
- cd c:\reflectioncommon
56
- - phpunit --no-coverage
54
+ - vendor\bin\ phpunit --no-coverage
You can’t perform that action at this time.
0 commit comments