8000
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 b0d73f3 commit 5f274c8Copy full SHA for 5f274c8
src/Symfony/Bundle/DebugBundle/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 DebugBundle Test Suite">
15
<directory>./Tests/</directory>
src/Symfony/Component/VarDumper/phpunit.xml.dist
bootstrap="vendor/autoload.php"< 6932 /code>
<testsuite name="Symfony VarDumper Component Test Suite">
0 commit comments