Skip to content

Commit 12ab128

Browse files
committed
Silence deprecations
1 parent d4e9e41 commit 12ab128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ini name="apc.enable_cli" value="1"/>
66
<!-- E_ALL => 32767 -->
77
<!-- E_ALL & ~E_USER_DEPRECATED => 16383 -->
8-
<ini name="error_reporting" value="32767"/>
8+
<ini name="error_reporting" value="16383"/>
99
</php>
1010
<testsuites>
1111
<testsuite name="tools">

0 commit comments

Comments
 (0)