Example #1
0
 public function sendReport(BenchmarkReportInterface $report)
 {
     $email = $this->reportersFactory->createReporterEmailMessage($report, $this->email);
     $this->emailService->send($email);
 }