assertSeeInOrder to support Collections #47898
Unanswered
khalyomede
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when asserting a view contains some data in a given order, the
$response->assertSeeInOrder()
method asks for an array. Sometimes I have a Collection of eloquent models, I think we could also support Collections.Beta Was this translation helpful? Give feedback.
All reactions