Collections Expectations

toBeCollection()

Assert that the value is an instance of \Illuminate\Support\Collection.

expect(collect[1,2,3])->toBeCollection();

toBeEloquentCollection()

Assert that the value is an instance of \Illuminate\Database\Eloquent\Collection.

expect(User::all())->toBeCollection();
Edit this page on GitHub Updated at Fri, Oct 15, 2021