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
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-16 17:35:16 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-16 20:31:58 +0300
commitb44e9121662752d1157d555e942bd72b965701ba (patch)
tree514c55ec03a43e768ec5d3f2704a2d41b443f0f3 /tests
parent765d7511f1f7c1cc97623139c8567533d28d5f04 (diff)
Remove deleteMailbox
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/IMAP/AbstractTest.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/IMAP/AbstractTest.php b/tests/IMAP/AbstractTest.php
index 733fde7dc..f98b0b712 100644
--- a/tests/IMAP/AbstractTest.php
+++ b/tests/IMAP/AbstractTest.php
@@ -69,7 +69,7 @@ abstract class AbstractTest extends TestCase {
try {
self::deleteMailbox($createdMailbox);
} catch (Exception $ex) {
-
+
}
}
}
@@ -99,13 +99,6 @@ abstract class AbstractTest extends TestCase {
}
/**
- * @param string $mailbox
- */
- private static function deleteMailbox($mailbox) {
- self::$account->deleteMailbox($mailbox);
- }
-
- /**
* @param string $name
*/
public function existsMailBox($name) {