TenantAtlas/apps/platform/tests/Unit/Auth
ahmido dd175c16a1 fix: tighten workspace RBAC access boundaries (#364)
## Summary
- tighten workspace RBAC and panel access boundaries
- remove non-owner workspace membership management capability from workspace role mapping
- add focused boundary coverage for admin panel, managed environments, providers, review packs, operation runs, finding exceptions, and workspace role capabilities
- include spec artifacts for feature 309

## Testing
- cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Auth/WorkspaceFirstManagedEnvironmentAccessTest.php tests/Feature/Rbac/RoleMatrix/ManagerAccessTest.php tests/Feature/Rbac/WorkspaceMembershipsRelationManagerUiEnforcementTest.php tests/Feature/Rbac/AdminPanelAccessBoundaryTest.php tests/Feature/Rbac/FindingExceptionLifecycleAccessBoundaryTest.php tests/Feature/Rbac/ManagedEnvironmentAccessBoundaryTest.php tests/Feature/Rbac/OperationRunAccessBoundaryTest.php tests/Feature/Rbac/ProviderConnectionAccessBoundaryTest.php tests/Feature/Rbac/ReviewPackAccessBoundaryTest.php tests/Feature/Rbac/SystemPanelAccessBoundaryTest.php tests/Feature/Rbac/WorkspaceRoleCapabilityBoundaryTest.php tests/Unit/Auth/CapabilityResolverTest.php tests/Unit/Auth/WorkspaceRoleCapabilityMapTest.php
- cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #364
2026-05-15 14:00:21 +00:00
..
CapabilitiesRegistryTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
CapabilityResolverQueryCountTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
CapabilityResolverTest.php fix: tighten workspace RBAC access boundaries (#364) 2026-05-15 14:00:21 +00:00
ManagedEnvironmentAccessScopeResolverTest.php feat: implement spec 285 workspace-first environment access (#344) 2026-05-09 12:40:50 +00:00
NoRoleStringChecksTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
UiEnforcementBulkPreflightQueryCountTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
UiEnforcementTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
UnknownCapabilityGuardTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
WorkspaceFirstCapabilityResolverTest.php feat: implement spec 285 workspace-first environment access (#344) 2026-05-09 12:40:50 +00:00
WorkspaceRoleCapabilityMapTest.php fix: tighten workspace RBAC access boundaries (#364) 2026-05-15 14:00:21 +00:00