Small tweaks

This commit is contained in:
Mike Koch 2017-02-19 22:04:47 -05:00
parent 54baa4d6ba
commit 08d7347f00
3 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,6 @@ class MailgunEmailSender implements EmailSender {
}
}
var_dump($mailgunArray);
$result = $this->sendMessage($mailgunArray, $mailgunAttachments, $modsForHeskSettings);

View File

@ -60,7 +60,6 @@ class BasicEmailSenderIntegrationTest extends IntegrationTestCaseBase {
$emailBuilder->htmlMessage = "Test <b>HTML</b> <i>message</i>";
$emailBuilder->subject = "BasicEmailSenderIntegrationTest";
// Uncomment to test attachments.
$attachment = new Attachment();
$attachment->id = 1;
$attachment->fileName = "file.txt";

View File

@ -59,7 +59,6 @@ class MailgunEmailSenderIntegrationTest extends IntegrationTestCaseBase {
$emailBuilder->htmlMessage = "Test <b>HTML</b> <i>message</i>";
$emailBuilder->subject = "MailgunEmailSenderIntegrationTest";
// Uncomment to test attachments.
$attachment = new Attachment();
$attachment->id = 1;
$attachment->fileName = "file.txt";