Browse Source

enable showing deprecated warning

saeid 8 years ago
parent
commit
27d39b8f63
1 changed files with 3 additions and 2 deletions
  1. 3 2
      phpunit.xml.dist

+ 3 - 2
phpunit.xml.dist

@@ -11,8 +11,9 @@
     <php>
         <ini name="memory_limit" value="-1"/>
         <ini name="apc.enable_cli" value="1"/>
-        <!-- E_ALL & ~E_USER_DEPRECATED -->
-        <ini name="error_reporting" value="16383"/>
+        <!-- E_ALL & ~E_USER_DEPRECATED (16383)-->
+        <!-- E_ALL (32767) -->
+        <ini name="error_reporting" value="32767"/>
     </php>
 
     <testsuites>