Browse Source

Silence deprecations

mscherer 5 years ago
parent
commit
12ab12856b
1 changed files with 1 additions and 1 deletions
  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">