diff options
Diffstat (limited to 'phpunit.xml.dist')
-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> |