Skip to content

Commit bf2ee31

Browse files
committed
fix Console tests on Windows
1 parent 3ad8b46 commit bf2ee31

File tree

15 files changed

+34
-792
lines changed

15 files changed

+34
-792
lines changed

.appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,5 @@ test_script:
6464
- copy /Y c:\php\php.ini-min c:\php\php.ini
6565
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
6666
- mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
67-
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
68-
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
69-
- copy /Y c:\php\php.ini-max c:\php\php.ini
70-
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
71-
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
67+
- php phpunit src\Symfony\Component\Console --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
7268
- exit %X%

.github/workflows/integration-tests.yml

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

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

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

.github/workflows/package-tests.yml

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

.github/workflows/phpunit-bridge.yml

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

0 commit comments

Comments
 (0)