8000 fix tests on Windows · symfony/symfony@7ce20c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ce20c5

Browse files
committed
fix tests on Windows
1 parent 1baafff commit 7ce20c5

File tree

8 files changed

+7
-788
lines changed

8 files changed

+7
-788
lines changed

.appveyor.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ install:
1414
- mkdir c:\php && cd c:\php
1515
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.2.5-Win32-VC15-x86.zip
1616
- 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 ..
2317
- copy /Y php.ini-development php.ini-min
2418
- echo memory_limit=-1 >> php.ini-min
2519
- echo serialize_precision=-1 >> php.ini-min
@@ -61,9 +55,5 @@ test_script:
6155
- copy /Y c:\php\php.ini-min c:\php\php.ini
6256
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
6357
- 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!
6959
- exit %X%

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 218 deletions
This file was deleted.

.github/workflows/intl-data-tests.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0