'bar']); Event::assertDispatched('customNotification'); } public function test_to_user_dispatches_event(): void { Event::fake(); NotificationTriggerService::toUser(5, 'Hello', 'Message'); Event::assertDispatched('customNotification'); } }