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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2022-06-29 21:05:04 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2022-09-02 16:02:45 +0300
commit0c53c8dce4ad91f0cab1a85d7b96a41b30a9fe3e (patch)
treee75d43f8a7ea49285ec5e9deb946631bd241870d /tests
parent12b836326ade639d6da94a2e5cc5062cf488fb7d (diff)
Add field signature mode to mapper
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/Integration/Db/MailAccountTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Integration/Db/MailAccountTest.php b/tests/Integration/Db/MailAccountTest.php
index 7eea6142a..64e1bb5d7 100644
--- a/tests/Integration/Db/MailAccountTest.php
+++ b/tests/Integration/Db/MailAccountTest.php
@@ -71,6 +71,7 @@ class MailAccountTest extends TestCase {
'trashMailboxId' => null,
'sieveEnabled' => false,
'signatureAboveQuote' => false,
+ 'signatureMode' => null,
], $a->toJson());
}
@@ -98,7 +99,8 @@ class MailAccountTest extends TestCase {
'sentMailboxId' => null,
'trashMailboxId' => null,
'sieveEnabled' => false,
- 'signatureAboveQuote' => false
+ 'signatureAboveQuote' => false,
+ 'signatureMode' => null,
];
$a = new MailAccount($expected);
// TODO: fix inconsistency