Skip to content

Commit eb81e37

Browse files
committed
[Toolkit] Upgrade symfony/phpunit-bridge to ^7.2
1 parent 02653e7 commit eb81e37

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Toolkit/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@
4444
"zenstruck/console-test": "^1.7",
4545
"symfony/http-client": "6.4|^7.0",
4646
"symfony/stopwatch": "^6.4|^7.0",
47-
"symfony/phpunit-bridge": "^6.4|^7.0",
47+
"symfony/phpunit-bridge": "^7.2",
4848
"vincentlanglet/twig-cs-fixer": "^3.5",
4949
"spatie/phpunit-snapshot-assertions": "^4.2.17",
50+
"phpunit/phpunit": "^9.6.22",
5051
"symfony/ux-icons": "^2.18"
5152
},
5253
"bin": [

src/Toolkit/phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
backupGlobals="false"
55
colors="true"
66
bootstrap="tests/bootstrap.php"
7-
failOnRisky="true"
7+
failOnRisky="true"
88
failOnWarning="true"
99
>
1010
<php>
1111
<ini name="display_errors" value="1"/>
1212
<ini name="error_reporting" value="-1"/>
1313
<server name="APP_ENV" value="test" force="true"/>
1414
<server name="SHELL_VERBOSITY" value="-1"/>
15-
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
16-
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5"/>
1715
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[total]=999999"/>
1816
<server name="KERNEL_CLASS" value="Symfony\UX\Toolkit\Tests\Fixtures\Kernel"/>
1917
</php>

0 commit comments

Comments
 (0)