Fix clean test
This commit is contained in:
parent
3c576dcf21
commit
a92effa622
@ -187,5 +187,7 @@ class RestAPIDocumentTest extends PHPUnit_Framework_TestCase
|
|||||||
$this->assertNotNull($object2, 'Parsing of json result must no be null');
|
$this->assertNotNull($object2, 'Parsing of json result must no be null');
|
||||||
$this->assertEquals($result2['curl_error_no'], '');
|
$this->assertEquals($result2['curl_error_no'], '');
|
||||||
$this->assertEquals($result2['content'], 'true');
|
$this->assertEquals($result2['content'], 'true');
|
||||||
|
|
||||||
|
dol_delete_dir_recursive(DOL_DATA_ROOT.'/medias/tmpphpunit');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user