Table of Contents
Interfaces
- EventSubscriberInterface
- An EventSubscriber knows itself what events it is interested in.
Properties
-
$coverage
: mixed
-
$events
: mixed
-
$destination
: mixed
-
$logDir
: mixed
-
$options
: mixed
-
$settings
: mixed
Methods
-
__construct()
: mixed
-
getSubscribedEvents()
: mixed
-
printResult()
: mixed
-
absolutePath()
: mixed
-
printCobertura()
: mixed
-
printConsole()
: mixed
-
printCrap4j()
: mixed
-
printHtml()
: mixed
-
printPHP()
: mixed
-
printPHPUnit()
: mixed
-
printText()
: mixed
-
printXml()
: mixed
$coverage
public
static mixed
$coverage
$events
public
static mixed
$events
= [\Codeception\Events::RESULT_PRINT_AFTER => 'printResult']
$destination
protected
mixed
$destination
= []
$logDir
protected
mixed
$logDir
$options
protected
mixed
$options
$settings
protected
mixed
$settings
= ['enabled' => true, 'low_limit' => '35', 'high_limit' => '70', 'show_uncovered' => false, 'show_only_summary' => false]
__construct()
public
__construct(mixed $options) : mixed
Parameters
-
$options
: mixed
-
getSubscribedEvents()
public
static getSubscribedEvents() : mixed
printResult()
public
printResult(PrintResultEvent $e) : mixed
Parameters
-
$e
: PrintResultEvent
-
absolutePath()
protected
absolutePath(mixed $path) : mixed
Parameters
-
$path
: mixed
-
printCobertura()
protected
printCobertura() : mixed
printConsole()
protected
printConsole(Printer $printer) : mixed
Parameters
-
$printer
: Printer
-
printCrap4j()
protected
printCrap4j() : mixed
printHtml()
protected
printHtml() : mixed
printPHP()
protected
printPHP() : mixed
printPHPUnit()
protected
printPHPUnit() : mixed
printText()
protected
printText() : mixed
printXml()
protected
printXml() : mixed