missing assert
This commit is contained in:
parent
da2e7a2b4d
commit
a08fdf0693
|
@ -110,7 +110,8 @@ class TAINACAN_REST_Export_Controller extends TAINACAN_UnitApiTestCase {
|
|||
$response = $this->server->dispatch($request);
|
||||
$this->assertEquals(200, $response->get_status());
|
||||
$data = $response->get_data();
|
||||
print_r($data);
|
||||
|
||||
$this->assertInstanceOf('SimpleXMLElement', @simplexml_load_string($data));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue