Classes

Functions

void
afterApplicationCreated(Closure $callback)

Define "afterApplicationCreated" hook for the test case.

at line 100
void
beforeApplicationDestroyed(Closure $callback)

Define "beforeApplicationDestroyed" hook for the test case.

at line 110
void
defineDatabaseMigrations(Closure $callback)

Define database migrations for the test case.

at line 50
void
defineDatabaseSeeders(Closure $callback)

Define database seeders for the test case.

at line 70
void
defineEnvironment(Closure $callback)

Define environment for the test case.

at line 40
void
defineRoutes(Closure $callback)

Define routes for the test case.

at line 80
void
defineWebRoutes(Closure $callback)

Define web routes for the test case.

at line 90
void
destroyDatabaseMigrations(Closure $callback)

Destroy database migrations for the test case.

at line 60
void
resetRefreshDatabaseState()

Reset refresh database state.

at line 126
void
setUp(Closure $callback)

Define "setUp" hook for the test case.

at line 20
void
tearDown(Closure $callback)

Define "tearDown" hook for the test case.

at line 30
void
usesTestingFeature(object ...$attributes)

Use testing feature for the test case.

at line 118