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/Service/MailTransmissionIntegrationTest.php')
-rw-r--r--tests/Integration/Service/MailTransmissionIntegrationTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Integration/Service/MailTransmissionIntegrationTest.php b/tests/Integration/Service/MailTransmissionIntegrationTest.php
index c75441863..8bf24820b 100644
--- a/tests/Integration/Service/MailTransmissionIntegrationTest.php
+++ b/tests/Integration/Service/MailTransmissionIntegrationTest.php
@@ -42,6 +42,7 @@ use OCA\Mail\Service\AccountService;
use OCA\Mail\Service\Attachment\UploadedFile;
use OCA\Mail\Service\MailTransmission;
use OCA\Mail\SMTP\SmtpClientFactory;
+use OCA\Mail\Support\PerformanceLogger;
use OCA\Mail\Tests\Integration\Framework\ImapTest;
use OCA\Mail\Tests\Integration\TestCase;
use OCP\EventDispatcher\IEventDispatcher;
@@ -112,7 +113,8 @@ class MailTransmissionIntegrationTest extends TestCase {
OC::$server->query(IEventDispatcher::class),
OC::$server->query(MailboxMapper::class),
OC::$server->query(MessageMapper::class),
- OC::$server->query(LoggerInterface::class)
+ OC::$server->query(LoggerInterface::class),
+ OC::$server->query(PerformanceLogger::class)
);
}