diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d84c36..b167381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford SSP +8.3.3 +-------------------------------------------------------------------------------- +_Release Date: 2023-07-010_ + +- Fixed unit testing. + 8.3.2 -------------------------------------------------------------------------------- _Release Date: 2023-07-07_ diff --git a/stanford_ssp.info.yml b/stanford_ssp.info.yml index c19cdc4..23d761d 100644 --- a/stanford_ssp.info.yml +++ b/stanford_ssp.info.yml @@ -2,7 +2,7 @@ name: Stanford SimpleSAML PHP description: Configures SimpleSAML PHP auth to work in Stanford web environment core_version_requirement: ^9 || ^10 type: module -version: 8.3.2 +version: 8.3.3 package: Stanford dependencies: - simplesamlphp_auth:simplesamlphp_auth diff --git a/tests/src/Kernel/Commands/StanfordSspCommandsTest.php b/tests/src/Kernel/Commands/StanfordSspCommandsTest.php index 43ebe01..fbb73c2 100644 --- a/tests/src/Kernel/Commands/StanfordSspCommandsTest.php +++ b/tests/src/Kernel/Commands/StanfordSspCommandsTest.php @@ -88,7 +88,7 @@ public function testAddRoleMapping() { * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException */ public function testAddingUser() { - $sunet = $this->randomMachineName(); + $sunet = strtolower($this->randomMachineName()); $options = [ 'email' => $this->randomMachineName() . '@' . $this->randomMachineName() . '.com', 'roles' => '',