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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Settings/AdminTest.php')
-rw-r--r--tests/unit/Settings/AdminTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/Settings/AdminTest.php b/tests/unit/Settings/AdminTest.php
index a209255a..449f7189 100644
--- a/tests/unit/Settings/AdminTest.php
+++ b/tests/unit/Settings/AdminTest.php
@@ -106,6 +106,11 @@ class AdminTest extends \Test\TestCase {
'type' => 'line',
'required' => true,
],
+ 'quota_mapping' => [
+ 'text' => $this->l10n->t('Attribute to map the quota to.'),
+ 'type' => 'line',
+ 'required' => false,
+ ],
];
$params = [