diff --git a/test/PHPMailer/ReplyToGetSetClearTest.php b/test/PHPMailer/ReplyToGetSetClearTest.php index 9a488cb0..a1d7cf79 100644 --- a/test/PHPMailer/ReplyToGetSetClearTest.php +++ b/test/PHPMailer/ReplyToGetSetClearTest.php @@ -152,6 +152,7 @@ final class ReplyToGetSetClearTest extends PreSendTestCase { return [ 'Invalid domain' => ['a@example..com'], + 'Missing @ sign' => ['example.com'], ]; }