public function testGetError()
 {
     $this->assertEquals('Unable to parse response body into XML: String could not be parsed as XML', $this->result->getError());
 }
 public function testGetError()
 {
     $this->assertEquals(null, $this->result->getError());
 }