🔧 N°3091 postbuild PHPunit XML : change html_errors PHP setting

This commit is contained in:
Pierre Goiffon
2022-05-03 10:53:32 +02:00
parent b348e0ff27
commit 1fb0911710

View File

@@ -21,7 +21,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>