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/HordeTranslationHandlerTest.php')
-rw-r--r--tests/HordeTranslationHandlerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/HordeTranslationHandlerTest.php b/tests/HordeTranslationHandlerTest.php
index 9bc7cb552..692dce84e 100644
--- a/tests/HordeTranslationHandlerTest.php
+++ b/tests/HordeTranslationHandlerTest.php
@@ -24,7 +24,6 @@ use ChristophWurst\Nextcloud\Testing\TestCase;
use OCA\Mail\HordeTranslationHandler;
class HordeTranslationHandlerTest extends TestCase {
-
private $handler;
protected function setUp(): void {
@@ -62,5 +61,4 @@ class HordeTranslationHandlerTest extends TestCase {
$this->assertEquals($expected, $actual);
}
-
}