there4 / slim-test-helpers

Integration testing helpers for the Slim Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response body is not returned anymore

masterzen opened this issue · comments

Since e2674fc calling get, post (or any other methods) doesn't return the HTTP response body as it used to do with __call.

This breaks some of our tests :(

PR will be sent soon.

Merged in