test(legacy): enable stdout logs

This commit is contained in:
jo 2022-08-24 11:03:22 +02:00 committed by Jonas L
parent 0dd96345c9
commit 85f7c6d89b
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
<env name="LIBRETIME_LOG_DIR" value="./log" />
</php>
<logging>
<log type="testdox-text" target="php://stdout" />
</logging>
<!-- Disabling broken code coverage report. It's not using our autoloader for some reason...
<logging>
<log type="coverage-html" target="./log/report" charset="UTF-8" yui="true" hightlight="true" lowupperbound="50" highlowerbound="80">