Table of Contents
Interfaces
- EventSubscriberInterface
- An EventSubscriber knows itself what events it is interested in.
Properties
-
$events
: mixed
-
$successfulTests
: mixed
Methods
-
getSubscribedEvents()
: mixed
-
testStart()
: mixed
-
testSuccess()
: mixed
$events
public
static mixed
$events
= [\Codeception\Events::TEST_START => 'testStart', \Codeception\Events::TEST_SUCCESS => 'testSuccess']
$successfulTests
protected
mixed
$successfulTests
= []
getSubscribedEvents()
public
static getSubscribedEvents() : mixed
testStart()
public
testStart(TestEvent $event) : mixed
Parameters
-
$event
: TestEvent
-
testSuccess()
public
testSuccess(TestEvent $event) : mixed
Parameters
-
$event
: TestEvent
-