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

Commit

Permalink
[zendframework/zendframework#4447] revert changes to changelog, email…
Browse files Browse the repository at this point in the history
…address test
  • Loading branch information
weierophinney committed May 8, 2013
1 parent c51638f commit 927b7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/EmailAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public function testHostnameValidatorMessagesShouldBeTranslated()
public function testEmailsExceedingLength()
{
$emailAddresses = array(
'thislocalpathoftheemailaddressislongerthantheallowedsizeof64characters@domain.com',
'thislocalpathoftheemailadressislongerthantheallowedsizeof64characters@domain.com',
'bob@verylongdomainsupercalifragilisticexpialidociousspoonfulofsugarverylongdomainsupercalifragilisticexpialidociousspoonfulofsugarverylongdomainsupercalifragilisticexpialidociousspoonfulofsugarverylongdomainsupercalifragilisticexpialidociousspoonfulofsugarexpialidociousspoonfulofsugar.com',
);
foreach ($emailAddresses as $input) {
Expand Down

0 comments on commit 927b7df

Please sign in to comment.