mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Avoid other bundle deprecation to cancel the build
This commit is contained in:
parent
33fe61f92f
commit
b2a903feef
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
||||||
|
|
||||||
<php>
|
<php>
|
||||||
<server name="KERNEL_DIR" value="./app/" />
|
<server name="KERNEL_DIR" value="./app/" />
|
||||||
|
<!--
|
||||||
|
Avoid tests to fail because of deprecated stuff
|
||||||
|
see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit
|
||||||
|
-->
|
||||||
|
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
|
||||||
</php>
|
</php>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
|
|
Loading…
Reference in a new issue