Database Expectations

toBeInDatabase()

Assert that the given where condition exists in the database.

expect(['name' => 'Fabio'])->toBeInDatabase(table: 'users');
Edit this page on GitHub Updated at Fri, Oct 15, 2021