file_get_contents($path) ?: '', $runtimeFiles)); $scope = collect(\App\Services\TenantConfiguration\SupportedScopeResolver::defaultDefinitions()) ->firstWhere('scope_key', EntraCertifiedComparePackEvaluator::SCOPE_KEY); expect($scope['customer_claims_allowed'])->toBeFalse() ->and($scope['metadata']['claim_surface'])->toBe('internal_operator_only') ->and($runtime)->not->toContain('ReviewPack') ->and($runtime)->not->toContain('ManagementReport') ->and($runtime)->not->toContain('CustomerOutputGate') ->and($runtime)->not->toContain('customer-ready'); });