Skip to content

Commit

Permalink
fix tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 24, 2024
1 parent b5ee977 commit f359858
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 791 deletions.
6 changes: 1 addition & 5 deletions .appveyor.yml
Expand Up @@ -63,9 +63,5 @@ test_script:
- copy /Y c:\php\php.ini-min c:\php\php.ini
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
- mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
- copy /Y c:\php\php.ini-max c:\php\php.ini
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
- php phpunit src\Symfony\Component\Filesystem --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
- exit %X%
230 changes: 0 additions & 230 deletions .github/workflows/integration-tests.yml

This file was deleted.

108 changes: 0 additions & 108 deletions .github/workflows/intl-data-tests.yml

This file was deleted.

0 comments on commit f359858

Please sign in to comment.