8000 [2.5] silence deprecation notices in new components · symfony/security-acl@0cfcb19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cfcb19

Browse files
[2.5] silence deprecation notices in new components
1 parent c91243d commit 0cfcb19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
syntaxCheck="false"
1212
bootstrap="vendor/autoload.php"
1313
>
14+
<php>
15+
<!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
16+
<ini name="error_reporting" value="-16385"/>
17+
</php>
1418
<testsuites>
1519
<testsuite name="Symfony Security Component ACL Test Suite">
1620
<directory>./Tests/</directory>

0 commit comments

Comments
 (0)
0