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

[FEATURE] symfony HTTP Response checks #8

Open
pitchart opened this issue Feb 13, 2021 · 0 comments
Open

[FEATURE] symfony HTTP Response checks #8

pitchart opened this issue Feb 13, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pitchart
Copy link
Owner

pitchart commented Feb 13, 2021

Is your feature request related to a problem? Please describe.

Scenario: Testing HTTP response with Test Client
Given I am a symfony developer
When I am writing an integration test on a route
Then I easily want to check the response

Describe the solution you'd like

Create an adapter to quickly convert HttpFoundation Responses into PSR-7 Responses
see : https://symfony.com/doc/current/components/psr7.html#converting-from-httpfoundation-objects-to-psr-7

Additional context

  • Must be fast to write and to execute
@pitchart pitchart added the enhancement New feature or request label Feb 13, 2021
@pitchart pitchart self-assigned this Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant