$this->route("...") test shorthand #48428
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.
-
Within a test case, instead of
We could have
route()
to automagically figure out the correct methodThis would throw if the route has been defined using
Route::any()
or has multiple methods attached to it.What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions