mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +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>
|
||||
<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>
|
||||
|
||||
<filter>
|
||||
|
|
Loading…
Reference in a new issue