not->toContain('tenant_id') ->not->toContain('provider_tenant_id') ->not->toContain('entra_tenant_id'); } $content = collect([ app_path('Services/TenantConfiguration/CoverageSourceContractDecision.php'), app_path('Services/TenantConfiguration/CoverageSourceContractResolver.php'), app_path('Services/TenantConfiguration/CoverageIdentityStrategyRegistry.php'), app_path('Services/TenantConfiguration/GenericContentEvidenceCaptureService.php'), ])->map(fn (string $file): string => file_get_contents($file) ?: '') ->implode("\n"); expect($content) ->not->toContain('tenant_id') ->not->toContain('provider_tenant_id') ->not->toContain('entra_tenant_id'); });