tasks/ext/simpletest/SimpleTestCountResultFormatter.php
\SimpleTestCountResultFormatter
Package: phing\tasks\ext\simpletest
Dummy result formatter used to count SimpleTest results
- Parent(s)
- \SimpleTestResultFormatter < \SimpleReporter
- Author
- Michiel Rook
- Since
- 2.2.0
- Version
- $Id: ae09aa1a433f4de854fa7c27903e7eb0957bc90b $
Constants
Properties

$currentTest= '""'
inheritedInherited from:
\SimpleTestResultFormatter::$$currentTest
Default value
""Details- Type
- n/a
- Inherited_from
- \SimpleTestResultFormatter::$$currentTest

$errorCount= '0'
inheritedInherited from:
\SimpleTestResultFormatter::$$errorCount
Default value
0Details- Type
- n/a
- Inherited_from
- \SimpleTestResultFormatter::$$errorCount

$failureCount= '0'
inheritedInherited from:
\SimpleTestResultFormatter::$$failureCount
Default value
0Details- Type
- n/a
- Inherited_from
- \SimpleTestResultFormatter::$$failureCount

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

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

$runCount= '0'
inheritedInherited from:
\SimpleTestResultFormatter::$$runCount
Default value
0Details- Type
- n/a
- Inherited_from
- \SimpleTestResultFormatter::$$runCount

$timer= 'NULL'
inheritedInherited from:
\SimpleTestResultFormatter::$$timer
Default value
NULLDetails- Type
- n/a
- Inherited_from
- \SimpleTestResultFormatter::$$timer
Methods

getExtension(
)
:
string
inherited
Returns the extension used for this formatter
Inherited from: \SimpleTestResultFormatter::getExtension()
Returns
| Type | Description |
|---|---|
| string | the extension |

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

paintCaseEnd(
$test_name
)
:
void
inherited
Inherited from:
\SimpleTestResultFormatter::paintCaseEnd()
Parameters
| Name | Type | Description |
|---|---|---|
| $test_name |

paintCaseStart(
$test_name
)
:
void
inherited
Inherited from:
\SimpleTestResultFormatter::paintCaseStart()
Parameters
| Name | Type | Description |
|---|---|---|
| $test_name |

paintError(
$message
)
:
void
inherited
Inherited from:
\SimpleTestResultFormatter::paintError()
Parameters
| Name | Type | Description |
|---|---|---|
| $message |

paintFail(
$message
)
:
void
inherited
Inherited from:
\SimpleTestResultFormatter::paintFail()
Parameters
| Name | Type | Description |
|---|---|---|
| $message |

paintMethodEnd(
$test_name
)
:
void
inherited
Inherited from:
\SimpleTestResultFormatter::paintMethodEnd()
Parameters
| Name | Type | Description |
|---|---|---|
| $test_name |

paintMethodStart(
$test_name
)
:
void
inherited
Inherited from:
\SimpleTestResultFormatter::paintMethodStart()
Parameters
| Name | Type | Description |
|---|---|---|
| $test_name |

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