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 7ce820a commit 086ab74Copy full SHA for 086ab74
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 Serializer Component Test Suite">
17
<directory>./Tests/</directory>
0 commit comments