not->toContain('tenant_id'); } $source = collect([ app_path('Services/TenantConfiguration/CoverageSourceContractResolver.php'), app_path('Services/TenantConfiguration/GenericContentEvidenceCaptureService.php'), app_path('Services/TenantConfiguration/CoverageResourceUpserter.php'), app_path('Services/TenantConfiguration/CoverageEvidenceWriter.php'), app_path('Services/TenantConfiguration/StartTenantConfigurationCapture.php'), app_path('Jobs/TenantConfiguration/CaptureTenantConfigurationEvidenceJob.php'), ])->map(fn (string $file): string => file_get_contents($file) ?: '') ->implode("\n"); expect($source)->not->toContain('tenant_id'); });