0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

ReplyToGetSetClearTest::testAddReplyToInvalidAddressNonIDN(): add additional test case

... which should be handled correctly based on the code.
This commit is contained in:
jrfnl 2021-07-11 21:49:19 +02:00
parent ce91079a56
commit e27f649456

View File

@ -152,6 +152,7 @@ final class ReplyToGetSetClearTest extends PreSendTestCase
{
return [
'Invalid domain' => ['a@example..com'],
'Missing @ sign' => ['example.com'],
];
}