PrepareTest
in package
implements
EventSubscriberInterface
uses
StaticEvents
Table of Contents
Interfaces
- EventSubscriberInterface
- An EventSubscriber knows itself what events it is interested in.
Properties
Methods
- getSubscribedEvents() : mixed
- prepare() : mixed
Properties
$events
public
static mixed
$events
= [\Codeception\Events::TEST_BEFORE => 'prepare']
$modules
protected
mixed
$modules
= []
Methods
getSubscribedEvents()
public
static getSubscribedEvents() : mixed
prepare()
public
prepare(TestEvent $event) : mixed
Parameters
- $event : TestEvent