Skip to content

Commit d1276a5

Browse files
committed
Adapt the tests for phpunit >= 10
1 parent 9be572b commit d1276a5

File tree

3 files changed

+2312
-2260
lines changed

3 files changed

+2312
-2260
lines changed

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616

1717
env:
18-
PHPUNIT_FLAGS: "-v --testdox"
18+
PHPUNIT_FLAGS: "--testdox"
1919
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
2020
SYMFONY_DEPRECATIONS_HELPER: "max[total]=999999&max[direct]=0"
2121
COMMON_DEPENDENCIES: "symfony/http-client:^5"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/css-selector": "^6.4|^7.0|^8.0",
2525
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
2626
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
27-
"phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0"
27+
"phpunit/phpunit": "^10.5|^11.5|^12.0"
2828
},
2929
"suggest": {
3030
"symfony/http-client": "A Symfony component that implements PSR-18 HTTP client interface"

0 commit comments

Comments
 (0)