Example #1
0
 /**
  * @expectedException \Barzahlen\Exception\ApiException
  */
 public function testUnknownError()
 {
     $response = '{"error_class":"unknown","error_code":"unknown_error","message":"error message","request_id":"r3qu3s71d"}';
     $this->client->checkResponse($response);
 }