diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-06 15:00:26 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:37 +0100 |
commit | 30a40b02984e8143d29f70d97f2417a81d520b71 (patch) | |
tree | e347c4936d760dc13d4c2328c79baf1d88306259 | |
parent | e23edfd287bb21f8bf75f28f90a2b546b3bd3929 (diff) | |
download | wallabag-30a40b02984e8143d29f70d97f2417a81d520b71.tar.gz wallabag-30a40b02984e8143d29f70d97f2417a81d520b71.tar.zst wallabag-30a40b02984e8143d29f70d97f2417a81d520b71.zip |
Remove weak deprecation :boom:
-rw-r--r-- | phpunit.xml.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7bec5b5e..5549b8a5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -23,8 +23,9 @@ | |||
23 | <!-- | 23 | <!-- |
24 | Avoid tests to fail because of deprecated stuff | 24 | Avoid tests to fail because of deprecated stuff |
25 | see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit | 25 | see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit |
26 | |||
27 | <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" /> | ||
26 | --> | 28 | --> |
27 | <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" /> | ||
28 | </php> | 29 | </php> |
29 | 30 | ||
30 | <filter> | 31 | <filter> |