Skip to content

Commit

Permalink
Added comment since we have no assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
vortrixs committed Oct 3, 2024
1 parent a58d7b9 commit 93fe43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/MailServiceCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function ensureDotStuffingHappensBeforeQuotePrintableEncode(IntegrationTe

$message->setSender(new Address("[email protected]"));

// Throws \Kodus\Mail\SMTP\UnexpectedCodeException if dot stuffing is after encoding
$service->send($message);
}
}

0 comments on commit 93fe43f

Please sign in to comment.