mirror of
https://github.com/wallabag/wallabag.git
synced 2026-03-11 20:37:37 +01:00
Enforce zero self and direct PHPUnit deprecations
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
<server name="KERNEL_CLASS" value="AppKernel"/>
|
||||
<server name="APP_ENV" value="test"/>
|
||||
<server name="APP_DEBUG" value="0"/>
|
||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[total]=999999&quiet[]=indirect&quiet[]=other"/>
|
||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&max[direct]=0&quiet[]=indirect&quiet[]=other"/>
|
||||
</php>
|
||||
<extensions>
|
||||
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
|
||||
|
||||
Reference in New Issue
Block a user