Same options in phpunit config files

This commit is contained in:
Pierre Goiffon
2022-05-23 14:53:03 +02:00
parent f798ef1d76
commit 9b67b0b9d5
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
bootstrap="unittestautoload.php"
backupGlobals="true"
colors="true"
columns="120"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
@@ -21,7 +22,7 @@
<ini name="error_reporting" value="E_ALL"/>
<ini name="display_errors" value="On"/>
<ini name="log_errors" value="On"/>
<ini name="html_errors" value="On"/>
<ini name="html_errors" value="Off"/>
</php>
<testsuites>

View File

@@ -5,6 +5,7 @@
bootstrap="unittestautoload.php"
backupGlobals="true"
colors="true"
columns="120"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"