diff options
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/share/share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php index 2bc1e320e57..43539866508 100644 --- a/tests/lib/share/share.php +++ b/tests/lib/share/share.php @@ -101,6 +101,7 @@ class Test_Share extends \Test\TestCase { OC_Group::deleteGroup($this->group2); OC_Group::deleteGroup($this->groupAndUser); + $this->logout(); parent::tearDown(); } |