Php – Create a JSON request with HttpFoundation to be used in a Behat test
I've got a JSON login query which works in curl (ie I'm sending the data and it finds the user). I want to create a behat test to check it, but I cannot reproduce it in my behat test, and…