phpunit.xml.dist: convertNoticesToExceptions="false"

This commit is contained in:
Alexey Skobkin 2017-11-05 05:08:47 +03:00
parent 00526e5f19
commit 91ccc197a2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
convertNoticesToExceptions="false"
>
<php>
<ini name="error_reporting" value="-1" />