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/Activity/SettingTest.php')
-rw-r--r--tests/Unit/Activity/SettingTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Unit/Activity/SettingTest.php b/tests/Unit/Activity/SettingTest.php
index 76debf0..fbcbad5 100644
--- a/tests/Unit/Activity/SettingTest.php
+++ b/tests/Unit/Activity/SettingTest.php
@@ -27,7 +27,6 @@ use OCA\TwoFactorTOTP\Activity\Setting;
use OCP\IL10N;
class SettingTest extends TestCase {
-
private $l10n;
/** @var Setting */
@@ -54,5 +53,4 @@ class SettingTest extends TestCase {
$this->assertEquals(true, $this->setting->isDefaultEnabledMail());
$this->assertEquals(true, $this->setting->isDefaultEnabledStream());
}
-
}