From bc1b9eefa378dc302eb5228019169d129bbda41c Mon Sep 17 00:00:00 2001 From: Benjamin DALSASS Date: Wed, 22 Jul 2026 08:50:46 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09829=20-=20Add=20unit=20tests=20for=20pa?= =?UTF-8?q?rent=20ticket=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/unitary-tests/core/UserRightsTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/core/UserRightsTest.php b/tests/php-unit-tests/unitary-tests/core/UserRightsTest.php index 74f755417..13679185e 100644 --- a/tests/php-unit-tests/unitary-tests/core/UserRightsTest.php +++ b/tests/php-unit-tests/unitary-tests/core/UserRightsTest.php @@ -159,6 +159,7 @@ class UserRightsTest extends ItopDataTestCase /** * Ensure profiles are obtained with persisted user when profiles list has NOT been changed. * @see N°9723 - IsActionAllowed should work with non instantiated users objects + * @covers UserRightsProfile::ListProfiles */ public function testListProfilesUsesPersistedProfilesWhenOnlyNonProfileChangesExist(): void { @@ -212,6 +213,7 @@ class UserRightsTest extends ItopDataTestCase /** * Ensure profiles are obtained with object in memory when profiles list has been changed. * @see N°9723 - IsActionAllowed should work with non instantiated users objects + * @covers UserRightsProfile::ListProfiles */ public function testListProfilesUsesInMemoryProfilesWhenProfileListChanged(): void {