flatMap(fn (string $path): array => glob(repo_path($path).'/**/*421*') ?: []) ->map(fn (string $path): string => str_replace(repo_path().DIRECTORY_SEPARATOR, '', $path)) ->values() ->all(); expect($joined)->toBe([]); });