1
0
Fork 0

Fail tests when deprecations are triggered in the code, refs #10038

pull/10061/head
Jordi Boggiano 2021-08-18 15:01:03 +02:00
parent c5a02a2b58
commit 20b7e395b4
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
bootstrap="tests/bootstrap.php"
>
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0"/>
<env name="COMPOSER_TEST_SUITE" value="1"/>
</php>
<testsuites>