N°9829 - Add unit tests for parent ticket changes

This commit is contained in:
Benjamin DALSASS
2026-07-22 08:50:46 +02:00
parent 07ca64c9d3
commit bc1b9eefa3

View File

@@ -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
{