How can I resolve HttpBadRequestException when using PHPUnit to send a JSON request? I have a PHPUnit test in Slim Framework 1.3.0 that is sending a JSON request. W
HttpBadRequestException