Example #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetBodyException()
 {
     $this->mockGuzzleResponse->shouldReceive('json')->once()->andThrow('\\RuntimeException');
     $this->response->getBody();
 }