events())->first(function ($event): bool { $repr = (string) ($event->description ?? ''); if (property_exists($event, 'job')) { $repr .= ' '.((string) $event->job); } return str_contains($repr, 'CsvReconcileJob'); }); expect($csvEvent)->not->toBeNull(); // Laravel everyThirtyMinutes() → cron-выражение '*/30 * * * *'. expect($csvEvent->expression)->toBe('*/30 * * * *'); });