diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-24 19:55:23 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-24 19:55:23 +0200 |
commit | e10f3b1e914ee94a698281a4cc7efdbfa79c5248 (patch) | |
tree | 172375641b7ce35df18909c126400561272c342b /phpunit.xml.dist | |
parent | 637aa17e6b52dd8021854a809053560a27caca72 (diff) | |
download | wallabag-e10f3b1e914ee94a698281a4cc7efdbfa79c5248.tar.gz wallabag-e10f3b1e914ee94a698281a4cc7efdbfa79c5248.tar.zst wallabag-e10f3b1e914ee94a698281a4cc7efdbfa79c5248.zip |
Disable deprecation that fail test
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38880908..3216b6ff 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -16,6 +16,7 @@ | |||
16 | <php> | 16 | <php> |
17 | <ini name="error_reporting" value="-1" /> | 17 | <ini name="error_reporting" value="-1" /> |
18 | <server name="KERNEL_DIR" value="app/" /> | 18 | <server name="KERNEL_DIR" value="app/" /> |
19 | <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" /> | ||
19 | </php> | 20 | </php> |
20 | 21 | ||
21 | <filter> | 22 | <filter> |