Skip to content

Commit

Permalink
Merge pull request #73 from seegno/enhancement/improve-response-test-…
Browse files Browse the repository at this point in the history
…dockblock

Add missing docblock to `ResponseTest` class
  • Loading branch information
nunofgs committed Jul 13, 2015
2 parents dea0c9f + f75a2a0 commit 5f13a12
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ public function shouldReturnResponseApiRateLimit()
$this->assertEquals($data, $response->getApiRateLimit());
}

/**
* Get response mock.
*
* @return Response.
*/
protected function getResponseMock()
{
return $this->getMockBuilder('Bitreserve\HttpClient\Message\Response')
Expand Down

0 comments on commit 5f13a12

Please sign in to comment.