error_reporting set to -1

This commit is contained in:
madflow 2019-12-16 10:00:59 +01:00
parent ff9c6972f9
commit 0bb9ab4f11

View File

@ -8,6 +8,10 @@
defaultTestSuite="unit-tests"
verbose="false">
<php>
<ini name="error_reporting" value="-1" />
</php>
<testsuites>
<testsuite name="unit-tests">