We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b28c2 commit fa289aeCopy full SHA for fa289ae
tests/php-unit-tests/unitary-tests/core/UserRightsTest.php
@@ -414,7 +414,7 @@ public function testUserCannotLoseUserEditionRights(int $iProfileId)
414
$this->AddProfileToUser($oUser, 3);
415
416
$this->expectException(CoreCannotSaveObjectException::class);
417
- $this->expectExceptionMessage('You cannot remove your own rights to edit users');
+ $this->expectExceptionMessage('You cannot remove your own rights to edit Users');
418
$this->RemoveProfileFromUser($oUser, $iProfileId);
419
}
420
0 commit comments