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
{{ message }}
This repository was archived by the owner on Apr 20, 2021. It is now read-only.
Scenario: Create a Project
When I add "Accept" header equal to "application/json"
And I add "Accept-Language" header equal to "xx"
And I add "Content-Type" header equal to "application/json"
And I send a "POST" request to "/projects" with body:
"""
{"name": "test"}
"""
There is controller in the application with Request $request object.
There is call in controller: dump($request->headers).
Steps to reproduce:
behatch/contexts: dev-master (version 20c5910)
Scenario:
There is controller in the application with
Request $requestobject.There is call in controller:
dump($request->headers).Actual result:
Output is:
Expected result:
Output is:
Notes:
As you see all headers, except
content-typeare set correctly.Might be related: