Skip to content

Commit da21bcc

Browse files
committed
[Tests] Silenced all deprecations in tests for 2.3
1 parent 793be49 commit da21bcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
colors="true"
77
bootstrap="vendor/autoload.php"
88
>
9-
9+
<php>
10+
<!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11+
<ini name="error_reporting" value="-16385"/>
12+
</php>
1013
<testsuites>
1114
<testsuite name="Symfony TwigBundle Test Suite">
1215
<directory>./Tests/</directory>

0 commit comments

Comments
 (0)