Skip to content

Commit

Permalink
Update other allowed deprecation count, #1036
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 1, 2021
1 parent d79d5b7 commit b64aaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<env name="KERNEL_CLASS" value="Eventum\Kernel"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="7.5" />
<!-- https://symfony.com/doc/4.4/components/phpunit_bridge.html#configuration -->
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[total]=32&amp;max[self]=2&amp;max[direct]=27&amp;max[indirect]=2&amp;verbose=1" />
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[total]=34&amp;max[self]=2&amp;max[direct]=27&amp;max[indirect]=2&amp;verbose=1" />
<!--
<ini name="date.timezone" value="UTC" />
<server name="KERNEL_DIR" value="/path/to/your/app/" />
Expand Down

0 comments on commit b64aaa0

Please sign in to comment.