mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-17 15:21:27 +00:00
Regularise a test. (#389)
The validEmailsProvider contained n-1 valid email addresses and 1 domain; this replaces the domain with two valid email addresses in that domain, so that all entries match the name.
This commit is contained in:
@@ -32,8 +32,9 @@ class DNSCheckValidationTest extends TestCase
|
||||
['"Fred\ Bloggs"@ietf.org'],
|
||||
['"Joe.\\Blow"@ietf.org'],
|
||||
|
||||
// unicide
|
||||
['ñandu.cl'],
|
||||
// unicode
|
||||
['info@ñandu.cl'],
|
||||
['ñandu@ñandu.cl'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user