Go to file
2019-09-22 19:58:46 +01:00
src bug: displaying debug info on production 2019-09-22 18:00:37 +01:00
.gitignore initial commit 2019-09-18 19:41:13 +01:00
composer.json fix 2019-09-18 21:14:42 +01:00
composer.lock initial commit 2019-09-18 19:41:13 +01:00
README.md update readme 2019-09-22 19:58:46 +01:00

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-html" target="/tmp/testdox.html"/>
  <log type="testdox-text" target="/tmp/testdox.txt"/>
</logging>