We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc300fc commit 4ddec2eCopy full SHA for 4ddec2e
phpunit.xml.dist
@@ -6,7 +6,10 @@
6
colors="true"
7
bootstrap="vendor/autoload.php"
8
>
9
-
+ <php>
10
+ <!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11
+ <ini name="error_reporting" value="-16385"/>
12
+ </php>
13
<testsuites>
14
<testsuite name="Symfony VarDumper Component Test Suite">
15
<directory>./Tests/</directory>
0 commit comments