Fixed PHPunit tests

This commit is contained in:
Jan Böhmer 2023-02-23 23:43:01 +01:00
parent e6d9237bda
commit f5a5114999

View file

@ -37,7 +37,7 @@ class EnsureSAMLUserForSAMLLoginCheckerTest extends WebTestCase
protected function setUp(): void
{
self::bootKernel();
$this->service = self::getContainer()->get('saml_user_factory');
$this->service = self::getContainer()->get(EnsureSAMLUserForSAMLLoginChecker::class);
}
public function testOnAuthenticationSuccessFailsOnSSOLoginWithLocalUser(): void