not->toContain('tenant_id') ->not->toContain('provider_tenant_id') ->not->toContain('entra_tenant_id'); } $runtimeFiles = [ app_path('Services/TenantConfiguration/CoverageSourceContractResolver.php'), app_path('Services/TenantConfiguration/CoverageIdentityStrategyRegistry.php'), app_path('Services/TenantConfiguration/GenericContentEvidenceCaptureService.php'), ]; $content = collect($runtimeFiles) ->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'); });