mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Need to tear down, or we break subsequent tests
This commit is contained in:
parent
b2ec0e9aa6
commit
08461cbeb5
@ -53,6 +53,9 @@ class StatusTest extends \EGroupware\Api\AppTest
|
|||||||
$bo = new \infolog_bo();
|
$bo = new \infolog_bo();
|
||||||
unset($bo->status['task']['custom']);
|
unset($bo->status['task']['custom']);
|
||||||
Api\Config::save_value('status',$bo->status,'infolog');
|
Api\Config::save_value('status',$bo->status,'infolog');
|
||||||
|
|
||||||
|
// Have to remove custom status first, before the DB is gone
|
||||||
|
parent::tearDownAfterClass();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
Loading…
Reference in New Issue
Block a user