AfterEachTestExecutionFinishedSubscriber
class AfterEachTestExecutionFinishedSubscriber implements ExecutionFinishedSubscriber
Methods
void
notify(ExecutionFinished $event)
Route the execution-finished event to the shared cleanup owner.
Details
at line 15
__construct(AfterEachTestSubscriber $cleanup)
Create an execution-finished subscriber.
at line 23
void
notify(ExecutionFinished $event)
Route the execution-finished event to the shared cleanup owner.