You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: