HumHub Documentation (unofficial)

BeforeAfterTest
in package
implements EventSubscriberInterface uses StaticEvents

Table of Contents

Interfaces

EventSubscriberInterface
An EventSubscriber knows itself what events it is interested in.

Properties

$events  : mixed
$hooks  : mixed
$startedTests  : mixed
$unsuccessfulTests  : mixed

Methods

afterClass()  : mixed
beforeClass()  : mixed
getSubscribedEvents()  : mixed
runHooks()  : mixed

Properties

$events

public static mixed $events = [\Codeception\Events::SUITE_BEFORE => 'beforeClass', \Codeception\Events::SUITE_AFTER => ['afterClass', 100]]

Methods

getSubscribedEvents()

public static getSubscribedEvents() : mixed

runHooks()

protected runHooks(mixed $hookName) : mixed
Parameters
$hookName : mixed

        
On this page

Search results