Force all errors when running tests (#203)

This commit is contained in:
Marcin Michalski 2018-01-30 22:05:47 +01:00 committed by Arkadiusz Kondas
parent 554c86af68
commit 4ab73eec5b
1 changed files with 4 additions and 0 deletions

View File

@ -16,4 +16,8 @@
</whitelist>
</filter>
<php>
<ini name="error_reporting" value="E_ALL" />
</php>
</phpunit>