Class CompositeReporter
Combines multiple reporters.
-
Peridot\Reporter\AbstractBaseReporter
implements
Peridot\Reporter\ReporterInterface
uses
Peridot\Core\HasEventEmitterTrait
-
Peridot\Reporter\CompositeReporter
Methods summary
public
|
|
public
array
|
#
getReporters( )
Return the wrapped reporters.
Return the wrapped reporters.
Returns
array
|
public
|
#
init( )
Initialize reporter. Setup and listen for runner events.
Initialize reporter. Setup and listen for runner events.
|
public
|
|
public
|
|
Methods inherited from Peridot\Reporter\AbstractBaseReporter
color(),
footer(),
getConfiguration(),
getOutput(),
getTime(),
hasColorSupport(),
isOnWindows(),
outputError(),
outputTrace(),
registerSymbols(),
setTime(),
symbol(),
warnings()
|