mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Add doc about double delete
This commit is contained in:
parent
3536b15500
commit
17f5461f6c
@ -53,6 +53,7 @@ class TimezoneTest extends \EGroupware\Api\AppTest {
|
|||||||
public function tearDown()
|
public function tearDown()
|
||||||
{
|
{
|
||||||
$this->bo->delete($this->cal_id);
|
$this->bo->delete($this->cal_id);
|
||||||
|
// Delete again to remove from delete history
|
||||||
$this->bo->delete($this->cal_id);
|
$this->bo->delete($this->cal_id);
|
||||||
$this->bo = null;
|
$this->bo = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user