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

Update controllers to received Request and Response PSR-7 objects so they can be used as middleware. #134

Open
dragoonis opened this issue Nov 5, 2015 · 0 comments
Milestone

Comments

@dragoonis
Copy link
Member

https://github.com/ppi/framework/blob/master/src/Module/AbstractModule.php#L322

and

https://github.com/ppi/framework/blob/master/src/App.php#L293

To test this
Need to test this from SkeletonApp, by accepting a RequestInterface, ResponseInterface and then setting the body content of that PSR-7 object and then returning $response back from the controller action.

@dragoonis dragoonis added this to the 2.2 milestone Feb 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant