Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Replace IANA test TLD with normal TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
BreyndotEchse authored and Marvin Feldmann committed May 13, 2016
1 parent 983fd5e commit 22c7f1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/EmailAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ public function validEmailAddresses()
'bob@verylongdomainsupercalifragilisticexpialidociousspoonfulofsugar.com' => ['bob@verylongdomainsupercalifragilisticexpialidociousspoonfulofsugar.com'],
"B.O'[email protected]" => ["B.O'[email protected]"],
];

if (extension_loaded('intl')) {
$return['bob@موقع.إختبار'] = ['bob@موقع.إختبار'];
$return['bob@xn--4gbrim.xn--kgbechtv'] = ['bob@xn--4gbrim.xn--kgbechtv'];
$return['bob@тест.рф'] = ['bob@тест.рф'];
$return['bob@xn--e1aybc.xn--p1ai'] = ['bob@xn--e1aybc.xn--p1ai'];
}

return $return;
// @codingStandardsIgnoreEnd
}
Expand Down

0 comments on commit 22c7f1b

Please sign in to comment.