Skip to content

Commit 2fd0c2f

Browse files
authored
chore: Remove useless test
1 parent 9bc0d17 commit 2fd0c2f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/Controller/LdapDropdownControllerTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,6 @@ public function testInvalidConditonParameter(): void
130130
]);
131131
}
132132

133-
private function testWithInvalidForm(): void
134-
{
135-
$this->enableConfigurableItem(LdapQuestion::class);
136-
$ldap = $this->setupAuthLdap();
137-
$form = $this->createFormWithLdapQuestion($ldap);
138-
}
139-
140133
private function renderRoute(array $post): Response
141134
{
142135
$controller = new LdapDropdownController();

0 commit comments

Comments
 (0)