class TestFinishedSubscriber implements FinishedSubscriber

Methods

__construct(ProfileTracker $tracker)

Create a new test finished subscriber.

void
notify(Finished $event)

Handle the event.

Details

at line 15
__construct(ProfileTracker $tracker)

Create a new test finished subscriber.

Parameters

ProfileTracker $tracker

at line 23
void notify(Finished $event)

Handle the event.

Parameters

Finished $event

Return Value

void