🔧 N°3091 PHPunit XML : change html_errors PHP setting

We are outputting to console, and will get results in Jenkins or terminal, so no HTML please :o)
This commit is contained in:
Pierre Goiffon
2022-05-03 10:51:48 +02:00
parent 4646a05c7a
commit b348e0ff27

View File

@@ -22,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>