Skip to content

Commit 086ab74

Browse files
author
David Fuhr
committed
Adjust error_reporting to allow deprecation messages for 3.0
1 parent 7ce820a commit 086ab74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
colors="true"
77
bootstrap="vendor/autoload.php"
88
>
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+
915
<testsuites>
1016
<testsuite name="Symfony Serializer Component Test Suite">
1117
<directory>./Tests/</directory>

0 commit comments

Comments
 (0)