Skip to content

Commit

Permalink
Force all errors when running tests (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored and akondas committed Jan 30, 2018
1 parent 554c86a commit 4ab73ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
</whitelist>
</filter>

<php>
<ini name="error_reporting" value="E_ALL" />
</php>

</phpunit>

0 comments on commit 4ab73ee

Please sign in to comment.