testing library

Database testing helpers.

Classes

RefreshDatabase
Laravel's RefreshDatabase, for package:test: a fresh in-memory SQLite database migrated once, emptied after every test so no row leaks into the next one. The schema is migrated once, not per test.