test(legacy): enable stdout logs
This commit is contained in:
parent
0dd96345c9
commit
85f7c6d89b
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue