classes/phing/tasks/ext/phpunit/formatter/PHPUnitResultFormatter.php
\PHPUnitResultFormatter
This abstract class describes classes that format the results of a PHPUnit testrun.
- Implements
- author
- Michiel Rook
- package
- phing.tasks.ext.phpunit.formatter
- since
- 2.1.0
- version
- $Id: PHPUnitResultFormatter.php 796 2010-06-24 14:36:00Z mrook $
Properties
Methods

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

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

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