aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-11-07 00:18:46 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-11-07 00:18:46 +0100
commitb2a903feefe6148e1147c599307722164f7497ac (patch)
tree2ed1c13068aae7edfdbd859376013a6f6589188a /phpunit.xml.dist
parent33fe61f92f4165f5e100499013c141df1e663e60 (diff)
downloadwallabag-b2a903feefe6148e1147c599307722164f7497ac.tar.gz
wallabag-b2a903feefe6148e1147c599307722164f7497ac.tar.zst
wallabag-b2a903feefe6148e1147c599307722164f7497ac.zip
Avoid other bundle deprecation to cancel the build
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 6f6269a4..7bec5b5e 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -20,6 +20,11 @@
20 20
21 <php> 21 <php>
22 <server name="KERNEL_DIR" value="./app/" /> 22 <server name="KERNEL_DIR" value="./app/" />
23 <!--
24 Avoid tests to fail because of deprecated stuff
25 see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit
26 -->
27 <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
23 </php> 28 </php>
24 29
25 <filter> 30 <filter>