Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make groups use the Router's callable resolver #2483

Closed
wants to merge 1 commit into from
Closed

Make groups use the Router's callable resolver #2483

wants to merge 1 commit into from

Conversation

StJudeWasHere
Copy link
Contributor

This PR makes the RouteGroup's use the Routers callable resolver instead of using the one in the App class.

This would avoid situations where setting a new callable resolver in the App class after the router has been created, would cause to have different resolvers for routes and groups.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.118% when pulling 2eb4f80 on mnlg:improvement/group-callable-resolver into 0ce13ef on slimphp:4.x.

@akrabat
Copy link
Member

akrabat commented Aug 20, 2018

Can you add tests please.

@akrabat akrabat added the pending response Waiting on a response from the original poster label Aug 20, 2018
@akrabat akrabat added the Slim 4 label Sep 16, 2018
@l0gicgate l0gicgate mentioned this pull request Feb 12, 2019
1 task
@l0gicgate
Copy link
Member

#2555 implements this and test coverage has been implemented there as well. Follow issue there.

@l0gicgate l0gicgate closed this Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending response Waiting on a response from the original poster Slim 4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants