Skip to content

Commit

Permalink
Add missing dockblock from ResponseTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Rafael Rocha committed Apr 19, 2015
1 parent caeff1b commit f42aba6
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 f42aba6

Please sign in to comment.