diff --git a/tests/src/Unit/Service/SimplesamlphpDrupalAuthTest.php b/tests/src/Unit/Service/SimplesamlphpDrupalAuthTest.php index 20667b2..2227d3b 100644 --- a/tests/src/Unit/Service/SimplesamlphpDrupalAuthTest.php +++ b/tests/src/Unit/Service/SimplesamlphpDrupalAuthTest.php @@ -390,7 +390,7 @@ class SimplesamlphpDrupalAuthTest extends UnitTestCase { $this->externalauth, $this->entityAccount, $this->messenger, - $this->moduleHandler, + $this->moduleHandler ); $simplesaml_drupalauth->synchronizeUserAttributes($this->entityAccount, TRUE); @@ -433,7 +433,7 @@ class SimplesamlphpDrupalAuthTest extends UnitTestCase { $this->externalauth, $this->entityAccount, $this->messenger, - $this->moduleHandler, + $this->moduleHandler ); $matching_roles = $simplesaml_drupalauth->getMatchingRoles();