mirror of https://github.com/wallabag/wallabag.git
Remove weak deprecation 💥
This commit is contained in:
parent
e23edfd287
commit
30a40b0298
|
@ -23,8 +23,9 @@
|
||||||
<!--
|
<!--
|
||||||
Avoid tests to fail because of deprecated stuff
|
Avoid tests to fail because of deprecated stuff
|
||||||
see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit
|
see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit
|
||||||
|
|
||||||
|
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
|
||||||
-->
|
-->
|
||||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
|
|
||||||
</php>
|
</php>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
|
|
Loading…
Reference in New Issue