class AfterEachTestPreparationStartedSubscriber implements PreparationStartedSubscriber

Methods

__construct(AfterEachTestSubscriber $cleanup)

Create a preparation-started subscriber.

void
notify(PreparationStarted $event)

Route the preparation-started event to the shared cleanup owner.

Details

at line 15
__construct(AfterEachTestSubscriber $cleanup)

Create a preparation-started subscriber.

Parameters

AfterEachTestSubscriber $cleanup

at line 23
void notify(PreparationStarted $event)

Route the preparation-started event to the shared cleanup owner.

Parameters

PreparationStarted $event

Return Value

void