Table of Contents
Interfaces
- EventSubscriberInterface
- An EventSubscriber knows itself what events it is interested in.
Properties
-
$events
: mixed
Methods
-
getSubscribedEvents()
: mixed
-
updateActor()
: mixed
-
generateActorActions()
: mixed
$events
public
static mixed
$events
= [\Codeception\Events::SUITE_INIT => 'updateActor']
getSubscribedEvents()
public
static getSubscribedEvents() : mixed
updateActor()
public
updateActor(SuiteEvent $e) : mixed
Parameters
-
$e
: SuiteEvent
-
generateActorActions()
protected
generateActorActions(mixed $actorActionsFile, mixed $settings) : mixed
Parameters
-
$actorActionsFile
: mixed
-
-
$settings
: mixed
-