From: Vincent Petry Date: Fri, 27 Mar 2015 14:54:29 +0000 (+0100) Subject: Add logout in share test to avoid nasty side effects X-Git-Tag: v8.1.0alpha1~130^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=23cb8112fcea5a93dfedbe26433dd1f469c98670;p=nextcloud-server.git Add logout in share test to avoid nasty side effects --- 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(); }