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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-15 15:31:55 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-15 15:45:28 +0300
commit3d88c067992b62c7222453b149ec9d3c4c43103c (patch)
tree99f6096a5d2779a85edab9cefc05499a4803dcd6 /tests/FolderTest.php
parent4a55889ed7cdb7362e5e79eff07f54855451848f (diff)
Translate folder names on the client-side
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/FolderTest.php')
-rw-r--r--tests/FolderTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FolderTest.php b/tests/FolderTest.php
index dcc95790a..512b9a37b 100644
--- a/tests/FolderTest.php
+++ b/tests/FolderTest.php
@@ -154,6 +154,7 @@ class FolderTest extends TestCase {
'delimiter' => '.',
'folders' => [['subdir data']],
'specialRole' => 'sent',
+ 'specialUse' => ['sent'],
'syncToken' => null,
];
$this->assertEquals($expected, $this->folder->jsonSerialize());