Skip to content

Commit

Permalink
Raw response can be retrieved from RequestHandler (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
emulgeator authored Jan 6, 2018
1 parent a93f3fc commit 8a21000
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Test/Integration/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ public function getResponseBody(): array
return json_decode($this->responseBody, true);
}

public function getResponseBodyRaw(): string
{
return $this->responseBody;
}

public function getResponseHeaders(): string
{
return $this->responseHeaders;
Expand Down

0 comments on commit 8a21000

Please sign in to comment.