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>2020-03-26 16:02:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-26 16:02:00 +0300
commit5cff39b7ce09e7a1a0c27c47e4f568608da8c02b (patch)
tree956ce4b38d2b7359cdac3bd3d1c7a08c3c637b90 /tests/FolderTest.php
parent28240900e17e5c2fcc4ee7d68f9fae004db245a9 (diff)
Remove unused imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/FolderTest.php')
-rw-r--r--tests/FolderTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FolderTest.php b/tests/FolderTest.php
index f979bb982..73d8fe64e 100644
--- a/tests/FolderTest.php
+++ b/tests/FolderTest.php
@@ -23,7 +23,6 @@ namespace OCA\Mail\Tests;
use ChristophWurst\Nextcloud\Testing\TestCase;
use Horde_Imap_Client_Mailbox;
-use OCA\Mail\Account;
use OCA\Mail\Folder;
use PHPUnit_Framework_MockObject_MockObject;