Add API tests to cover usage of orphan visits restricted keys

This commit is contained in:
Alejandro Celaya
2023-05-31 09:22:40 +02:00
parent eaba5edf7f
commit be26dd58c3
8 changed files with 52 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ final class RoleDefinition
);
}
public static function forOrphanVisitsExcluded(): self
public static function forNoOrphanVisits(): self
{
return new self(Role::NO_ORPHAN_VISITS, []);
}