class Illuminate / Foundation / Testing / RefreshDatabaseState
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

RefreshDatabaseState

Properties

public static

$inMemoryConnections array

The current SQLite in-memory database connections.

Default: []
public static

$migrated bool

Indicates if the test database has been migrated.

Default: false
public static

$lazilyRefreshed bool

Indicates if a lazy refresh hook has been invoked.

Default: false