map(fn (string $path): string => file_get_contents($path)); expect($views->implode("\n")) ->not->toContain('name="check-circle"') ->and($views->every(fn (string $view): bool => str_contains($view, 'bg-neutral-100'))) ->toBeTrue(); });