Classes, interfaces and traits
BatchTest¶
Scans a list of files given by the fileset attribute, extracts valid test cases
« More »
PHPUnitReportTask¶
Transform a PHPUnit xml report using XSLT.
This transformation generates an html report in either framed or non-framed
style. The non-framed style is convenient to have a concise report via mail,
the framed report is much more convenient if you want to browse into
different packages or testcases since it is a Javadoc like report.
« More »
PHPUnitTask¶
Runs PHPUnit tests.
Use \Project#createTask to register a new Task.
« More »
PHPUnitTestRunner¶
Simple Testrunner for PHPUnit that runs all tests of a testsuite.
« More »
PHPUnitUtil¶
Various utility functions
« More »