Skip to content

Commit

Permalink
reverted error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
matejvelikonja committed Jun 3, 2015
1 parent a91e947 commit ce1d41d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
syntaxCheck = "false">
<php>
<ini name="xdebug.max_nesting_level" value="200" />
<!-- Disable E_USER_DEPRECATED until reaching compatibility with Symfony 3.0 -->
<!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
<ini name="error_reporting" value="-16385"/>
</php>

<testsuites>
Expand Down

0 comments on commit ce1d41d

Please sign in to comment.