tasks/ext/phpunit/formatter/SummaryPHPUnitResultFormatter.php
\SummaryPHPUnitResultFormatter
Package: phing\tasks\ext\formatter
Prints short summary output of the test to Phing's logging system.
- Parent(s)
- \PHPUnitResultFormatter < ?\PHPUnit_Framework_TestListener
- Author
- Michiel Rook
- Since
- 2.1.0
- Version
- $Id: bd9c51fa75c9b856105fc810200028d855a3782d $
Properties

$errorCounts= 'false'
inheritedInherited from:
\PHPUnitResultFormatter::$$errorCounts
Default value
falseDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$errorCounts

$failureCounts= 'false'
inheritedInherited from:
\PHPUnitResultFormatter::$$failureCounts
Default value
falseDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$failureCounts

$incompleteCounts= 'false'
inheritedInherited from:
\PHPUnitResultFormatter::$$incompleteCounts
Default value
falseDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$incompleteCounts

$out= 'NULL'
inheritedInherited from:
\PHPUnitResultFormatter::$$out
Default value
NULLDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$out

$project= 'NULL'
inheritedInherited from:
\PHPUnitResultFormatter::$$project
Default value
NULLDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$project

$runCounts= 'false'
inheritedInherited from:
\PHPUnitResultFormatter::$$runCounts
Default value
falseDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$runCounts

$skipCounts= 'false'
inheritedInherited from:
\PHPUnitResultFormatter::$$skipCounts
Default value
falseDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$skipCounts

$timers= 'false'
inheritedInherited from:
\PHPUnitResultFormatter::$$timers
Default value
falseDetails- Type
- n/a
- Inherited_from
- \PHPUnitResultFormatter::$$timers
Methods

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

addError(
$test, $e, $time
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::addError()
Parameters
| Name | Type | Description |
|---|---|---|
| $test | ||
| $e | ||
| $time |

addFailure(
$test, $e, $time
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::addFailure()
Parameters
| Name | Type | Description |
|---|---|---|
| $test | ||
| $e | ||
| $time |

addIncompleteTest(
$test, $e, $time
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::addIncompleteTest()
Parameters
| Name | Type | Description |
|---|---|---|
| $test | ||
| $e | ||
| $time |

addSkippedTest(
$test, $e, $time
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::addSkippedTest()
Parameters
| Name | Type | Description |
|---|---|---|
| $test | ||
| $e | ||
| $time |

endTest(
$test, $time
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::endTest()
Parameters
| Name | Type | Description |
|---|---|---|
| $test | ||
| $time |

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

getIncompleteCount(
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::getIncompleteCount()

getPreferredOutfile(
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::getPreferredOutfile()

processResult(
$result
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::processResult()
Parameters
| Name | Type | Description |
|---|---|---|
| $result |

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

startTest(
$test
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::startTest()
Parameters
| Name | Type | Description |
|---|---|---|
| $test |

startTestSuite(
$suite
)
:
void
inherited
Inherited from:
\PHPUnitResultFormatter::startTestSuite()
Parameters
| Name | Type | Description |
|---|---|---|
| $suite |