-
Notifications
You must be signed in to change notification settings - Fork 7
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
bootstrap test to run with symfony/http-foundation #22
Conversation
f9d0118
to
0e08b11
Compare
What about defining a common interface for the dispatcher? |
This interface is necessary. Have you proposal about this implementation? |
Not right now, I'll do some tests on it to see what could be a good one |
JFR #17 |
@@ -5,8 +5,6 @@ | |||
use Zend\Diactoros\Response; | |||
use GianArb\Penny\Event\HttpFlowEvent; | |||
use DI\ContainerBuilder; | |||
use Psr\Http\Message\ResponseInterface; | |||
use Psr\Http\Message\RequestInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? Isnt a good idea to use same interface of community?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sensorario read #21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sensorario at the moment I don't use request and response into the framework, why should it constraint itself? :)
70aaa2a
to
f34a57b
Compare
f34a57b
to
fd2535b
Compare
fd2535b
to
d9af880
Compare
bootstrap test to run with symfony/http-foundation
Reference #21