浏览代码

Silence deprecations

mscherer 5 年之前
父节点
当前提交
12ab12856b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -5,7 +5,7 @@
 		<ini name="apc.enable_cli" value="1"/>
 		<!-- E_ALL => 32767 -->
 		<!-- E_ALL & ~E_USER_DEPRECATED => 16383 -->
-		<ini name="error_reporting" value="32767"/>
+		<ini name="error_reporting" value="16383"/>
 	</php>
 	<testsuites>
 		<testsuite name="tools">