Skip to content

Commit

Permalink
enable showing deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Oct 10, 2017
1 parent 73ac195 commit 27d39b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -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>
Expand Down

0 comments on commit 27d39b8

Please sign in to comment.