Skip to content

Commit

Permalink
Regularise a test. (#389)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arnt authored Sep 15, 2024
1 parent 92c1ab0 commit b4a1a0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/EmailValidator/Validation/DNSCheckValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ public static function validEmailsProvider()
['"Fred\ Bloggs"@ietf.org'],
['"Joe.\\Blow"@ietf.org'],

// unicide
['ñandu.cl'],
// unicode
['info@ñandu.cl'],
['ñandu@ñandu.cl'],
];
}

Expand Down

0 comments on commit b4a1a0e

Please sign in to comment.