Skip to content

Commit e6c5bb0

Browse files
authored
Fix email test (#824)
1 parent 636b1db commit e6c5bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/is-emailable-address.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require_once __DIR__ . '/../include/email-validation.inc';
88
$emails = array(
99
1010
11-
'jcastagnetto-i-hate-spam@NOSPAMyahoo.com',
11+
'jcastagnetto-i-hate-spam@NOSPAMyahoo.test',
1212
1313
1414

0 commit comments

Comments
 (0)