Skip to content

Commit 371b357

Browse files
committed
Allow 3 direct deprecation notices
1 parent 4af68fe commit 371b357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
bootstrap="Tests/bootstrap.php"
1212
>
1313
<php>
14-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=1" />
14+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=3" />
1515
<env name="SYMFONY_PHPUNIT_REMOVE" value="symfony/yaml" />
1616
<env name="SYMFONY_PHPUNIT_VERSION" value="8.5" />
1717
</php>

0 commit comments

Comments
 (0)