diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-14 14:10:33 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:39 +0100 |
commit | 1d405d0e62a708928bccd2222ebd89d4804231f9 (patch) | |
tree | 70e65eb7d3b550c54f235a1ff1d7ab63b8a9c2e8 /phpunit.xml.dist | |
parent | c38d27d4216bf74d6d3ae8f8f22d68923418ad80 (diff) | |
download | wallabag-1d405d0e62a708928bccd2222ebd89d4804231f9.tar.gz wallabag-1d405d0e62a708928bccd2222ebd89d4804231f9.tar.zst wallabag-1d405d0e62a708928bccd2222ebd89d4804231f9.zip |
Remove some commented code
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 85fa964b..0e8cc8eb 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -20,12 +20,6 @@ | |||
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" /> | ||
28 | --> | ||
29 | </php> | 23 | </php> |
30 | 24 | ||
31 | <filter> | 25 | <filter> |