Add doc about double delete

This commit is contained in:
nathangray 2017-10-19 10:13:38 +02:00
parent 3536b15500
commit 17f5461f6c

View File

@ -53,6 +53,7 @@ class TimezoneTest extends \EGroupware\Api\AppTest {
public function tearDown()
{
$this->bo->delete($this->cal_id);
// Delete again to remove from delete history
$this->bo->delete($this->cal_id);
$this->bo = null;