From 2d20e4c37de724f6c95cf7cb487e34d1645bb6ae Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 29 Dec 2020 09:44:40 +0100 Subject: Drop php7.2 and add the nextcloud coding standard Signed-off-by: Christoph Wurst --- tests/Unit/Controller/SettingsControllerTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/Unit/Controller/SettingsControllerTest.php') diff --git a/tests/Unit/Controller/SettingsControllerTest.php b/tests/Unit/Controller/SettingsControllerTest.php index 88eef84..5963448 100644 --- a/tests/Unit/Controller/SettingsControllerTest.php +++ b/tests/Unit/Controller/SettingsControllerTest.php @@ -34,7 +34,6 @@ use OCP\IUserSession; use PHPUnit\Framework\TestCase; class SettingsControllerTest extends TestCase { - private $request; private $userSession; private $totp; @@ -134,5 +133,4 @@ class SettingsControllerTest extends TestCase { $this->expectException(InvalidArgumentException::class); $this->controller->enable(17); } - } -- cgit v1.2.3