Add logout in share test to avoid nasty side effects

This commit is contained in:
Vincent Petry 2015-03-27 15:54:29 +01:00
parent 80f83ab5e0
commit 23cb8112fc
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class Test_Share extends \Test\TestCase {
OC_Group::deleteGroup($this->group2);
OC_Group::deleteGroup($this->groupAndUser);
$this->logout();
parent::tearDown();
}