@@ -14,12 +14,6 @@ install:
14
14
- mkdir c:\php && cd c:\php
15
15
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.2.5-Win32-VC15-x86.zip
16
16
- 7z x php-7.2.5-Win32-VC15-x86.zip -y >nul
17
- - cd ext
18
- - appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.19-7.2-ts-vc15-x86.zip
19
- - 7z x php_apcu-5.1.19-7.2-ts-vc15-x86.zip -y >nul
20
- - appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_redis-5.3.2-7.2-ts-vc15-x86.zip
21
- - 7z x php_redis-5.3.2-7.2-ts-vc15-x86.zip -y >nul
22
- - cd ..
23
17
- copy /Y php.ini-development php.ini-min
24
18
- echo memory_limit=-1 >> php.ini-min
25
19
- echo serialize_precision=-1 >> php.ini-min
@@ -61,9 +55,5 @@ test_script:
61
55
- copy /Y c:\php\php.ini-min c:\php\php.ini
62
56
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
63
57
- mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
64
- - php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
65
- - php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
66
- - copy /Y c:\php\php.ini-max c:\php\php.ini
67
- - php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
68
- - php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
58
+ - php phpunit src\Symfony\Component\Finder\Tests\Iterator\RecursiveDirectoryIteratorTest --filter=testTrailingDirectorySeparatorIsStripped --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
69
59
- exit %X%
0 commit comments