$this->assertInstanceOf('SimpleXMLElement',$xml,'Response was not a valid xml document. The list of errors:'.print_r(libxml_get_errors(),true).'. xml body: '.$this->response->body.'. What type we got: '.gettype($xml).' class, if object: '.get_class($xml));