Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/SettingsControllerTest.php')
-rw-r--r--tests/Unit/Controller/SettingsControllerTest.php2
1 files changed, 0 insertions, 2 deletions
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);
}
-
}