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 b6435a2 commit 9af1836Copy full SHA for 9af1836
phpunit.xml.dist
@@ -6,6 +6,12 @@
6
colors="true"
7
bootstrap="vendor/autoload.php"
8
>
9
+ <php>
10
+ <!-- Disable E_USER_DEPRECATED until 3.0 -->
11
+ <!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
12
+ <ini name="error_reporting" value="-16385"/>
13
+ </php>
14
+
15
<testsuites>
16
<testsuite name="Symfony HttpKernel Component Test Suite">
17
<directory>./Tests/</directory>
0 commit comments