We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3109926 commit 711b474Copy full SHA for 711b474
tests/Unit/Service/Phishing/PhishingDetectionServiceTest.php
@@ -14,9 +14,9 @@
14
use OCA\Mail\Service\PhishingDetection\ContactCheck;
15
use OCA\Mail\Service\PhishingDetection\CustomEmailCheck;
16
use OCA\Mail\Service\PhishingDetection\DateCheck;
17
+use OCA\Mail\Service\PhishingDetection\ImapFlagCheck;
18
use OCA\Mail\Service\PhishingDetection\LinkCheck;
19
use OCA\Mail\Service\PhishingDetection\PhishingDetectionService;
-use OCA\Mail\Service\PhishingDetection\ImapFlagCheck;
20
use OCA\Mail\Service\PhishingDetection\ReplyToCheck;
21
22
use PHPUnit\Framework\MockObject\MockObject;
0 commit comments