map(fn (Event $event): string => $event->command) ->filter(); expect($commands)->each->not->toContain('horizon:snapshot'); expect($commands->implode("\n"))->not->toContain('horizon:snapshot'); });