remove error causing line from phpunit.xml file

This commit is contained in:
Julie Lenaerts 2024-02-07 11:58:36 +01:00
parent ea47d9ff09
commit 8f2409fc06

View File

@ -10,7 +10,7 @@
<php>
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="logFile=var/log/deprecations.log" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0&amp;max[indirect]=999999" />
<server name="SHELL_VERBOSITY" value="-1" />
<env name="KERNEL_CLASS" value="\App\Kernel" />
</php>