mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-10 09:49:51 +00:00
tests do not fails if indirect deprecations
This commit is contained in:
parent
6f11dffcbd
commit
cbb89ecf35
@ -10,7 +10,7 @@
|
|||||||
<php>
|
<php>
|
||||||
<ini name="error_reporting" value="-1" />
|
<ini name="error_reporting" value="-1" />
|
||||||
<server name="APP_ENV" value="test" force="true" />
|
<server name="APP_ENV" value="test" force="true" />
|
||||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0" />
|
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0&max[indirect]=999999" />
|
||||||
<server name="SHELL_VERBOSITY" value="-1" />
|
<server name="SHELL_VERBOSITY" value="-1" />
|
||||||
<env name="KERNEL_CLASS" value="\App\Kernel" />
|
<env name="KERNEL_CLASS" value="\App\Kernel" />
|
||||||
</php>
|
</php>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user