SuiteSubscriber
in package
implements
EventSubscriberInterface
uses
StaticEvents
AbstractYes
Table of Contents
Interfaces
- EventSubscriberInterface
- An EventSubscriber knows itself what events it is interested in.
Properties
- $events : mixed
- $coverage : mixed
- $defaultSettings : mixed
- $filters : mixed
- $logDir : mixed
- $modules : mixed
- $options : mixed
- $settings : mixed
Methods
- __construct() : mixed
- applyFilter() : mixed
- getSubscribedEvents() : mixed
- applySettings() : mixed
- getServerConnectionModule() : Remote|null
- isEnabled() : mixed
- mergeToPrint() : mixed
Properties
$events
public
static mixed
$events
= []
$coverage
protected
mixed
$coverage
$defaultSettings
protected
mixed
$defaultSettings
= ['enabled' => false, 'remote' => false, 'local' => false, 'xdebug_session' => 'codeception', 'remote_config' => null, 'show_uncovered' => false, 'c3_url' => null, 'work_dir' => null, 'cookie_domain' => null]
$filters
protected
mixed
$filters
= []
$logDir
protected
mixed
$logDir
$modules
protected
mixed
$modules
= []
$options
protected
mixed
$options
$settings
protected
mixed
$settings
= []
Methods
__construct()
public
__construct([mixed $options = [] ]) : mixed
Parameters
- $options : mixed = []
applyFilter()
public
applyFilter(TestResult $result) : mixed
Parameters
- $result : TestResult
getSubscribedEvents()
public
static getSubscribedEvents() : mixed
applySettings()
protected
applySettings(mixed $settings) : mixed
Parameters
- $settings : mixed
getServerConnectionModule()
protected
getServerConnectionModule(array<string|int, mixed> $modules) : Remote|null
Parameters
- $modules : array<string|int, mixed>
Return values
Remote|nullisEnabled()
protected
abstract isEnabled() : mixed
mergeToPrint()
protected
mergeToPrint(mixed $coverage) : mixed
Parameters
- $coverage : mixed