Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/TestCase.php')
-rw-r--r--tests/Integration/TestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Integration/TestCase.php b/tests/Integration/TestCase.php
index 7c48af1aa..62e20aae0 100644
--- a/tests/Integration/TestCase.php
+++ b/tests/Integration/TestCase.php
@@ -34,6 +34,7 @@ class TestCase extends Base {
if (in_array(ImapTest::class, class_uses($this))) {
/** @var ImapTest $this */
$this->resetImapAccount();
+ $this->disconnectImapAccount();
}
}