From 7f32cfe6570d112fb748c9a97590e2b9d6e8aafb Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 14 Apr 2020 16:06:46 +0200 Subject: Update to nextcloud coding standard v0.3.0 Signed-off-by: Christoph Wurst --- tests/HordeTranslationHandlerTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/HordeTranslationHandlerTest.php') 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); } - } -- cgit v1.2.3