GiteaBot-PHPUnit/README.md
2019-09-22 20:03:33 +01:00

265 B

Post PHPUnit test results to Gitea

Enable in phpunit.xml with

<phpunit printerClass="JHodges\GiteaBotPHPUnit\ResultPrinter">

<logging>
  <log type="junit" target="/tmp/logfile.xml"/>
  <log type="testdox-text" target="/tmp/testdox.txt"/>
</logging>