Skip to content

Commit 57c6a50

Browse files
committed
debug test failures on AppVeyor
1 parent ea61ad3 commit 57c6a50

36 files changed

+10
-6447
lines changed

.appveyor.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ install:
1515
- mkdir c:\php && cd c:\php
1616
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-8.1.0-Win32-vs16-x86.zip
1717
- 7z x php-8.1.0-Win32-vs16-x86.zip -y >nul
18-
- cd ext
19-
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.21-8.1-ts-vs16-x86.zip
20-
- 7z x php_apcu-5.1.21-8.1-ts-vs16-x86.zip -y >nul
21-
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_redis-5.3.7-8.1-ts-vs16-x86.zip
22-
- 7z x php_redis-5.3.7-8.1-ts-vs16-x86.zip -y >nul
23-
- cd ..
2418
- copy /Y php.ini-development php.ini-min
2519
- echo memory_limit=-1 >> php.ini-min
2620
- echo serialize_precision=-1 >> php.ini-min
@@ -34,8 +28,6 @@ install:
3428
- echo zend_extension=php_opcache.dll >> php.ini-max
3529
- echo opcache.enable_cli=1 >> php.ini-max
3630
- echo extension=php_openssl.dll >> php.ini-max
37-
- echo extension=php_apcu.dll >> php.ini-max
38-
- echo extension=php_redis.dll >> php.ini-max
3931
- echo apc.enable_cli=1 >> php.ini-max
4032
- echo extension=php_intl.dll >> php.ini-max
4133
- echo extension=php_mbstring.dll >> php.ini-max
@@ -62,9 +54,5 @@ test_script:
6254
- copy /Y c:\php\php.ini-min c:\php\php.ini
6355
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
6456
- mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
65-
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
66-
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
67-
- copy /Y c:\php\php.ini-max c:\php\php.ini
68-
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
69-
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
57+
- php phpunit src\Symfony\Component\AssetMapper --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
7058
- exit %X%

.github/workflows/integration-tests.yml

-230
This file was deleted.

.github/workflows/psalm.yml

-62
This file was deleted.

0 commit comments

Comments
 (0)