sendEmail('parent@example.com', 'Subject', 'Message'); $service->sendSms('5551112222', 'Message'); Log::shouldHaveReceived('info')->twice(); } }