mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-14 06:58:39 +02:00
Fixed PHPunit tests
This commit is contained in:
parent
e6d9237bda
commit
f5a5114999
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class EnsureSAMLUserForSAMLLoginCheckerTest extends WebTestCase
|
||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
self::bootKernel();
|
self::bootKernel();
|
||||||
$this->service = self::getContainer()->get('saml_user_factory');
|
$this->service = self::getContainer()->get(EnsureSAMLUserForSAMLLoginChecker::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testOnAuthenticationSuccessFailsOnSSOLoginWithLocalUser(): void
|
public function testOnAuthenticationSuccessFailsOnSSOLoginWithLocalUser(): void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue