Skip to content

Generating a report with Phing

scribu edited this page Jun 25, 2012 · 3 revisions

Install necessary dependencies:

  • XSLTProcessor (enable php5-xsl extension)
  • Phing

Then just run phing. Test should be run, and report will be waiting in build/phpunitreport/index.html.

The relevant config file is build.xml.

Clone this wiki locally