ReplyToGetSetClearTest::testAddReplyToInvalidAddressNonIDN(): add additional test case
... which should be handled correctly based on the code.
This commit is contained in:
parent
ce91079a56
commit
e27f649456
|
|
@ -152,6 +152,7 @@ final class ReplyToGetSetClearTest extends PreSendTestCase
|
|||
{
|
||||
return [
|
||||
'Invalid domain' => ['a@example..com'],
|
||||
'Missing @ sign' => ['example.com'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue