Merge pull request #3816 from Data-Kiss/tests-notifications

Tests notifications
This commit is contained in:
James Brooks
2019-11-13 08:51:02 +00:00
committed by GitHub
2 changed files with 195 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ class NewIncidentNotification extends Notification
$content = trans('notifications.incident.new.mail.content', [
'name' => $this->incident->name,
]);
return (new MailMessage())
->subject(trans('notifications.incident.new.mail.subject'))
->markdown('notifications.incident.new', [