zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
190 stars 18 forks source link

Fix HttpOptions query/parameters #45

Closed kbond closed 3 years ago

kbond commented 3 years ago

Fixed an bug where the query was used as the request parameters. The query is now properly added as a query string to the url.

Now, to add request parameters, set the body to an array. It is possible to add the query via the request URL, the query option or a combination of both.