TenantAtlas/apps/platform/tests/Feature/Filament
ahmido ddf7c15c52 feat: enforce environment-owned baseline compare routing (#374)
## Summary
- move Baseline Compare onto the canonical workspace plus environment owned route instead of workspace-style access
- remove legacy environment query and remembered-context fallback paths from the affected Baseline Compare entry points and shell handling
- update related navigation, support links, and regression coverage for admin surface scope and managed environment route contracts
- add Spec 319 artifacts for the environment-owned surface routing and shell context contract

## Testing
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Filament/BaselineCompareEnvironmentRouteContractTest.php tests/Feature/Filament/BaselineCompareLandingAdminTenantParityTest.php tests/Feature/Filament/BaselineCompareLandingDuplicateNamesBannerTest.php tests/Feature/Filament/BaselineCompareLandingRbacLabelsTest.php tests/Feature/Filament/BaselineCompareLandingStartSurfaceTest.php tests/Feature/Filament/BaselineCompareLandingWhyNoFindingsTest.php tests/Feature/Filament/PanelNavigationSegregationTest.php tests/Feature/Guards/ManagedEnvironmentCanonicalRouteContractTest.php tests/Feature/Navigation/WorkspaceHubRegistryTest.php tests/Feature/Rbac/BaselineCompareMatrixAuthorizationTest.php tests/Feature/Rbac/DriftLandingUiEnforcementTest.php tests/Unit/Tenants/AdminSurfaceScopeTest.php`
- `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent`

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #374
2026-05-16 20:45:39 +00:00
..
Alerts feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Artifacts feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
GovernanceArtifacts feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
Localization feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
Pages feat: implement workspace and tenant closure lifecycle (#337) 2026-05-07 13:12:17 +00:00
Resources refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Settings PR: 276-support-access-governance → platform-dev (#332) 2026-05-05 21:54:26 +00:00
AdminHomeRedirectsToChooseEnvironmentWhenWorkspaceSelectedTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
AdminSharedSurfacePanelParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
AdminSmokeTest.php feat: retire legacy tenant route surfaces (#352) 2026-05-12 23:35:03 +00:00
AdminTenantScopedSurfacesRedirectToChooseEnvironmentTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
AdminTenantSurfaceParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
AppProtectionPolicySettingsDisplayTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ArchivedTenantViewTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
AuditLogAuthorizationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
AuditLogDetailInspectionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
AuditLogPageTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
BackupCreationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupItemsBulkRemoveTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupItemsNoPollingTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupItemsRelationManagerFiltersTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupQualityTruthSurfaceTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BackupSetAdminTenantParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
BackupSetEnterpriseDetailPageTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
BackupSetGraphSafetyTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupSetListContinuityTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
BackupSetPolicyPickerTableTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupSetRelatedNavigationTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
BackupSetResolvedReferencePresentationTest.php feat(219): Finding ownership semantics + LEAN-001 constitution + backup_set unification (#256) 2026-04-20 17:54:33 +00:00
BackupSetUiEnforcementTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
BaselineActionAuthorizationTest.php feat: implement heavy governance cost recovery (#242) 2026-04-17 13:17:13 +00:00
BaselineCaptureResultExplanationSurfaceTest.php Spec 235: harden baseline truth and onboarding flows (#271) 2026-04-24 05:44:54 +00:00
BaselineCompareCoverageBannerTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
BaselineCompareEnvironmentRouteContractTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
BaselineCompareEvidenceGapTableTest.php Spec 204: harden platform core vocabulary (#234) 2026-04-14 06:09:42 +00:00
BaselineCompareExplanationSurfaceTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BaselineCompareLandingAdminTenantParityTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
BaselineCompareLandingDuplicateNamesBannerTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
BaselineCompareLandingRbacLabelsTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
BaselineCompareLandingStartSurfaceTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
BaselineCompareLandingWhyNoFindingsTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
BaselineCompareMatrixPageTest.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BaselineCompareNowWidgetTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
BaselineCompareSummaryConsistencyTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
BaselineGapSurfacesDbOnlyRenderTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
BaselineProfileCaptureStartSurfaceTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
BaselineProfileCompareStartSurfaceTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
BaselineProfileFoundationScopeTest.php Spec 202: implement governance subject taxonomy and baseline scope V2 (#232) 2026-04-13 15:33:33 +00:00
BaselineProfileListFiltersTest.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BaselineProfileScopeV2PersistenceTest.php feat: add provider-missing policy visibility and restore continuity (#316) 2026-05-01 20:18:27 +00:00
BaselineSnapshotAuthorizationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotDegradedStateTest.php feat: compress governance operator outcomes (#253) 2026-04-19 12:30:36 +00:00
BaselineSnapshotFallbackRenderingTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotFidelityVisibilityTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotListFiltersTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotRbacRoleDefinitionsTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotRelatedContextTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotResolvedReferencePresentationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BaselineSnapshotStructuredRenderingTest.php feat: compress governance operator outcomes (#253) 2026-04-19 12:30:36 +00:00
BaselineSnapshotTruthSurfaceTest.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BaselineTenantAssignmentsRelationManagerTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
CanonicalAdminEnvironmentFilterStateTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
ChooseEnvironmentEmptyStateRegisterTenantCtaVisibilityTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ChooseEnvironmentIsWorkspaceScopedTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ChooseEnvironmentRequiresWorkspaceTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ChooseWorkspaceShowsLastUsedRecommendationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
ConditionalAccessPreviewOnlyTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
CreateCtaPlacementTest.php Spec 315: implement environment CTA explicit filter contract (#370) 2026-05-16 11:50:20 +00:00
DashboardKpisWidgetTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
DashboardRecoveryPosturePerformanceTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
DatabaseNotificationsPollingTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
DerivedStateMutationFreshnessTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
EditTenantHeaderDisciplineTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EmptyStateConsistencyTest.php feat: add provider-missing policy visibility and restore continuity (#316) 2026-05-01 20:18:27 +00:00
EnrollmentAutopilotSettingsDisplayTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
EnrollmentRestrictionsPreviewOnlyTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
EnterpriseDetailTemplateRegressionTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
EntraGroupAdminScopeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
EntraGroupEnterpriseDetailPageTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
EntraGroupGlobalSearchScopeTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
EntraGroupResolvedReferencePresentationTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
EnvironmentContextSurfaceCopyTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EnvironmentReviewHeaderDisciplineTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EvidenceOverviewDerivedStateMemoizationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
FilamentBootsTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FilamentNotificationsAssetsTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
FindingExceptionHeaderDisciplineTest.php feat: implement spec 192 record page header discipline (#226) 2026-04-11 21:20:41 +00:00
FindingResolvedReferencePresentationTest.php feat: implement finding outcome taxonomy (#267) 2026-04-23 07:29:05 +00:00
FindingViewRbacEvidenceTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
GroupPolicyConfigurationHydrationTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
GroupPolicyConfigurationNormalizedDiffTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
GroupPolicyConfigurationRestoreTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
HousekeepingTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
InventoryCoverageAdminTenantParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
InventoryCoverageRunContinuityTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
InventoryCoverageTableTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
InventoryHubDbOnlyTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
InventoryItemDependencyEdgesTableTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
InventoryItemListFiltersTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
InventoryItemResourceTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
InventoryKpiActivityAgreementTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
InventoryPagesTest.php feat(specs/301): admin inventory navigation cutover (#356) 2026-05-14 14:50:08 +00:00
LivewireInterceptShimIsLoadedTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
LoginRedirectsToChooseWorkspaceWhenMultipleWorkspacesTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
MalformedSnapshotWarningTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ManagedEnvironmentAccessScopeManagementTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ManagedEnvironmentsLandingLifecycleTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
NeedsAttentionWidgetTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
NormalizedDetailFamilyContractTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ODataTypeMismatchTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
OperationRunBaselineTruthSurfaceTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
OperationRunDerivedStateMemoizationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
OperationRunEnterpriseDetailPageTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
OperationRunListFiltersTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
OperationRunResumeCaptureActionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PanelNavigationSegregationTest.php feat: enforce environment-owned baseline compare routing (#374) 2026-05-16 20:45:39 +00:00
PolicyCaptureSnapshotOptionsTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
PolicyListingTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
PolicyProviderMissingUiTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyResourceAdminSearchParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
PolicyResourceAdminTenantParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
PolicySettingsDisplayTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicySettingsStandardRendersArraysTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicySyncCtaPlacementTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionAdminSearchParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
PolicyVersionAdminTenantParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
PolicyVersionBaselineEvidenceVisibilityTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionListFiltersTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionQualityTruthSurfaceTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionReadableLayoutTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionRelatedNavigationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionResolvedReferenceLinksTest.php feat: retire tenant panel runtime dead code (#359) 2026-05-14 23:57:36 +00:00
PolicyVersionRestoreToIntuneTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionRestoreViaWizardTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
PolicyVersionScopeTagsDisplayTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionSettingsTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
PolicyViewSettingsCatalogReadableTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ProviderConnectionCapabilitySummaryTest.php feat: implement provider capability registry (#342) 2026-05-08 21:17:05 +00:00
ProviderConnectionResourceScopeSummaryTest.php feat: normalize provider connection scope contracts (#339) 2026-05-07 19:28:42 +00:00
ProviderConnectionsDbOnlyTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
ProviderConnectionsUiEnforcementTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
RecentOperationsSummaryWidgetTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ReferencedTenantLifecyclePresentationTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
ResolvedReferenceRenderingSmokeTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ResolvedReferenceUnsupportedClassTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
RestoreExecutionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
RestoreItemSelectionTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
RestorePreviewTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
RestoreResultAttentionSurfaceTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
RestoreRunAdminTenantParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
RestoreRunListContinuityTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
RestoreRunListFiltersTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
RestoreRunUiEnforcementTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
RestoreSafetyIntegrityWizardTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
RestoreSelectionQualityTruthTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
RestoreWizardGraphSafetyTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
ReviewRegisterDerivedStateMemoizationTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ScriptPoliciesNormalizedDisplayTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
SelectEnvironmentPostPersistsLastUsedTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
SettingsCatalogPolicyHydrationTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
SettingsCatalogPolicyNormalizedDiffTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
SettingsCatalogPolicyNormalizedDisplayTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
SettingsCatalogPolicySyncTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
SettingsCatalogRestoreApplySettingsPatchTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
SettingsCatalogRestoreTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
SettingsCatalogSettingsTableRenderTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
SharedVerificationReportFamilyContractTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TableDetailVisibilityTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
TableStandardsBaselineTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
TableStandardsCriticalListsTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TableStatePersistenceTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
TenantActionsAuthorizationTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantContextResolvedReferenceCarryoverTest.php Spec 315: implement environment CTA explicit filter contract (#370) 2026-05-16 11:50:20 +00:00
TenantDashboardArrivalContextPerformanceTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantDashboardArrivalContextTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantDashboardDbOnlyTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantDashboardTenantScopeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantDashboardTruthAlignmentTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
TenantDiagnosticsRepairsTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantGlobalSearchLifecycleScopeTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantGovernanceAggregateMemoizationTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
TenantLifecyclePresentationAcrossTenantSurfacesTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantLifecycleStatusDomainSeparationTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantMakeCurrentTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantMembersDbOnlyRenderTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantMembersTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantOwnedResourceScopeParityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
TenantPortfolioContextSwitchTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantRbacWizardTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantRegistryArrivalContextTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantRegistryRecoveryTriageTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantRegistryTriageReviewStateTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantRequiredPermissionsPageTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantResourceIndexIsWorkspaceScopedTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantRoleDefinitionsSelectorDbOnlyTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantScopingTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantSetupTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantSwitcherUrlResolvesTenantTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantTruthCleanupSpec179Test.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantVerificationReportWidgetTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
TenantViewHeaderUiEnforcementTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
UnhandledRejectionLoggerAssetTest.php feat: implement spec 192 record page header discipline (#226) 2026-04-11 21:20:41 +00:00
WindowsUpdateProfilesRestoreTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
WindowsUpdateRingPolicyTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
WindowsUpdateRingRestoreTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
WorkspaceContextRecoveryDisplayTest.php feat: implement spec 286 UI copy, IA & localization neutralization (#345) 2026-05-09 23:29:11 +00:00
WorkspaceContextTopbarAndTenantSelectionTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
WorkspaceMembershipRoleManagementTest.php feat: implement spec 285 workspace-first environment access (#344) 2026-05-09 12:40:50 +00:00
WorkspaceOnlySurfaceTenantIndependenceTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
WorkspaceOverviewAccessTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
WorkspaceOverviewArrivalContextTest.php feat: retire legacy tenant route surfaces (#352) 2026-05-12 23:35:03 +00:00
WorkspaceOverviewAuthorizationTest.php Spec 315: implement environment CTA explicit filter contract (#370) 2026-05-16 11:50:20 +00:00
WorkspaceOverviewContentTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
WorkspaceOverviewDbOnlyTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
WorkspaceOverviewDrilldownContinuityTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
WorkspaceOverviewEmptyStatesTest.php feat: finalize managed environment cutover seal (#354) 2026-05-13 20:33:30 +00:00
WorkspaceOverviewGovernanceAttentionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
WorkspaceOverviewLandingTest.php feat: implement spec 286 UI copy, IA & localization neutralization (#345) 2026-05-09 23:29:11 +00:00
WorkspaceOverviewNavigationTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
WorkspaceOverviewOperationsTest.php fix: restore full-suite green signals across platform workflows (#351) 2026-05-12 18:50:40 +00:00
WorkspaceOverviewPermissionVisibilityTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
WorkspaceOverviewRecoveryAttentionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
WorkspaceOverviewSummaryMetricsTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
WorkspaceOverviewTriageReviewProgressTest.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00