Database Expectations
toBeInDatabase()
Assert that the given where condition exists in the database.
expect(['name' => 'Fabio'])->toBeInDatabase(table: 'users');
toBeInDatabase()Assert that the given where condition exists in the database.
expect(['name' => 'Fabio'])->toBeInDatabase(table: 'users');