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/Db/MailAccountTest.php')
-rw-r--r--tests/Integration/Db/MailAccountTest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Integration/Db/MailAccountTest.php b/tests/Integration/Db/MailAccountTest.php
index c05f4c342..8bf2af949 100644
--- a/tests/Integration/Db/MailAccountTest.php
+++ b/tests/Integration/Db/MailAccountTest.php
@@ -66,6 +66,9 @@ class MailAccountTest extends TestCase {
'order' => 13,
'showSubscribedOnly' => null,
'personalNamespace' => null,
+ 'draftsMailboxId' => null,
+ 'sentMailboxId' => null,
+ 'trashMailboxId' => null,
], $a->toJson());
}
@@ -89,6 +92,9 @@ class MailAccountTest extends TestCase {
'order' => null,
'showSubscribedOnly' => null,
'personalNamespace' => null,
+ 'draftsMailboxId' => null,
+ 'sentMailboxId' => null,
+ 'trashMailboxId' => null,
];
$a = new MailAccount($expected);
// TODO: fix inconsistency