interface AfterEach implements TestingFeature

Interface for attributes that run after each test.

Methods

void
afterEach(Application $app)

Handle the attribute.

Details

at line 17
void afterEach(Application $app)

Handle the attribute.

Parameters

Application $app

Return Value

void