Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 7cbb1d5

Browse files
committed
Merge pull request zendframework#538 from akrabat/hotfix/mx-validation-text-failure
Change test domain name to one that has an MX record
2 parents da538c1 + 3f03e4b commit 7cbb1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Zend/Validate/EmailAddressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public function testIdnHostnameInEmaillAddress()
633633
}
634634
$validator = new Zend_Validate_EmailAddress();
635635
$validator->setValidateMx(true);
636-
$this->assertTrue($validator->isValid('testmail@detrèsbonsdomaines.com'));
636+
$this->assertTrue($validator->isValid('testmail@zürich.ch'));
637637
}
638638
}
639639

0 commit comments

Comments
 (0)