Bootstrap
in package
implements
EventSubscriberInterface
uses
StaticEvents
Table of Contents
Interfaces
- EventSubscriberInterface
- An EventSubscriber knows itself what events it is interested in.
Properties
- $events : mixed
Methods
- getSubscribedEvents() : mixed
- loadBootstrap() : mixed
Properties
$events
public
static mixed
$events
= [\Codeception\Events::SUITE_INIT => 'loadBootstrap']
Methods
getSubscribedEvents()
public
static getSubscribedEvents() : mixed
loadBootstrap()
public
loadBootstrap(SuiteEvent $e) : mixed
Parameters
- $e : SuiteEvent