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