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 Wed, Feb 8, 2023