Skip to content

Commit 4b0db92

Browse files
minor : deprecation make the tests fails
1 parent 4665d0f commit 4b0db92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<phpunit bootstrap="./vendor/autoload.php" color="true">
44
<php>
55
<ini name="xdebug.max_nesting_level" value="200" />
6-
<!-- <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>-->
6+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
77
</php>
88
<testsuites>
99
<testsuite name="FOSMessageBundle">

0 commit comments

Comments
 (0)