Add logout in share test to avoid nasty side effects
This commit is contained in:
parent
80f83ab5e0
commit
23cb8112fc
|
@ -101,6 +101,7 @@ class Test_Share extends \Test\TestCase {
|
|||
OC_Group::deleteGroup($this->group2);
|
||||
OC_Group::deleteGroup($this->groupAndUser);
|
||||
|
||||
$this->logout();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue