Skip to content

Commit 87bae15

Browse files
committed
Add new fields to unit test
Signed-off-by: Ingo Koinzer <[email protected]>
1 parent 4a08270 commit 87bae15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/unit/Settings/AdminTest.php

+8
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ public function formDataProvider() {
9191
'type' => 'line',
9292
'required' => true,
9393
],
94+
'uid_rewrite_pattern' => [
95+
'text' => 'UID rewrite pattern RegEx (PHP preg_replace pattern)',
96+
'type' => 'line',
97+
],
98+
'uid_rewrite_replacement' => [
99+
'text' => 'UID rewrite replacement (PHP preg_replace pattern)',
100+
'type' => 'line',
101+
],
94102
'require_provisioned_account' => [
95103
'text' => 'Only allow authentication if an account exists on some other backend. (e.g. LDAP)',
96104
'type' => 'checkbox',

0 commit comments

Comments
 (0)