tasks/ext/phpunit/formatter/PHPUnitResultFormatter.php
\PHPUnitResultFormatter
Package: phing\tasks\ext\phpunit\formatter
This abstract class describes classes that format the results of a PHPUnit testrun.
- Parent(s)
- ?\PHPUnit_Framework_TestListener
- Children
- \SummaryPHPUnitResultFormatter
- \XMLPHPUnitResultFormatter
- \PlainPHPUnitResultFormatter
- \CloverPHPUnitResultFormatter
- Author
- Michiel Rook
- Since
- 2.1.0
- Version
- $Id: cbf356a8395e116cd6ecddb7f5a822d4b6edf01c $
Properties
Methods


__construct(
\PHPUnitTask $parentTask
)
:
void
Constructor
Parameters
Name | Type | Description |
---|---|---|
$parentTask | \PHPUnitTask | Calling Task |


getExtension(
)
:
string
Returns the extension used for this formatter
Returns
Type | Description |
---|---|
string | the extension |


setOutput(
$out
)
:
void
Sets the writer the formatter is supposed to write its results to.
Parameters
Name | Type | Description |
---|---|---|
$out |