For the complete documentation index, see llms.txt. This page is also available as Markdown.

PHPUnit

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. PHP unit can generate standard format JUnit-style XML files which can be submited to Testfiesta or Testrail using Tacotruck CLI. Check out simple PHPUnit example.

Configuration

To generate xml file report of the test logger and log file path should be included in command

Install Tacotruck CLI

Submit test results

Github Action

Support and Resources

Last updated