Skip to content

Commit 2c74faf

Browse files
committed
fixup! chore(user_ldap): Delete legacy templates
1 parent 78c4c0e commit 2c74faf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/user_ldap/tests/Settings/AdminTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ protected function setUp(): void {
4141
}
4242

4343
public function testGetForm(): void {
44-
$prefixes = ['s01'];
45-
$hosts = ['s01' => ''];
46-
47-
$wControls = $this->templateManager->getTemplate('user_ldap', 'part.wizardcontrols');
48-
$wControls = $wControls->fetchPage();
49-
$sControls = $this->templateManager->getTemplate('user_ldap', 'part.settingcontrols');
50-
$sControls = $sControls->fetchPage();
51-
5244
$parameters = [];
5345

5446
// assign default values

0 commit comments

Comments
 (0)