Skip to content

Commit d85f490

Browse files
committed
Configure symfony/phpunit-bridge to show deprecations
1 parent 17c8b5b commit d85f490

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"phpunit/phpunit": "^9.6",
2121
"symfony/form": "^7.0",
2222
"symfony/http-kernel": "^7.0",
23+
"symfony/phpunit-bridge": "^7.3",
2324
"symfony/translation": "^7.0",
2425
"symfony/twig-bundle": "^7.0",
2526
"symfony/validator": "^7.0",

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
bootstrap="vendor/autoload.php">
66
<php>
77
<server name="KERNEL_CLASS" value="Yokai\EnumBundle\Tests\Integration\App\Kernel"/>
8+
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0"/>
89
</php>
910

1011
<testsuites>

0 commit comments

Comments
 (0)