Skip to content

Commit

Permalink
Fail tests when deprecations are triggered in the code, refs composer…
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Aug 18, 2021
1 parent c5a02a2 commit dc9b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -15,7 +15,7 @@
bootstrap="tests/bootstrap.php"
>
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0"/>
<env name="COMPOSER_TEST_SUITE" value="1"/>
</php>
<testsuites>
Expand Down

0 comments on commit dc9b70c

Please sign in to comment.