Skip to content

Commit 2029d25

Browse files
authored
Drop useless test
1 parent 9cb83a7 commit 2029d25

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

tests/modules/saml/src/Controller/ServiceProviderTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,6 @@ public function requireAdmin(): void
8181
}
8282

8383

84-
/**
85-
* Test that accessing the login-endpoint without AuthID leads to an exception
86-
*
87-
* @return void
88-
*/
89-
public function testLoginMissingAuthId(): void
90-
{
91-
$request = Request::create(
92-
'/sp/login',
93-
'GET',
94-
);
95-
96-
$c = new Controller\ServiceProvider($this->config, $this->session);
97-
98-
$this->expectException(ArgumentCountError::class);
99-
$c->login($request);
100-
}
101-
102-
10384
/**
10485
* Test that accessing the login-endpoint with a non-SP authsource leads to an exception
10586
*

0 commit comments

Comments
 (0)