Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2023-11-21T13:14:15+03:00

Commit: 
https://github.com/php/web-php/commit/e6c5bb0887b3c4a130bd35ade86f47c16b6caeac
Raw diff: 
https://github.com/php/web-php/commit/e6c5bb0887b3c4a130bd35ade86f47c16b6caeac.diff

Fix email test (#824)

Changed paths:
  M  tests/is-emailable-address.phpt


Diff:

diff --git a/tests/is-emailable-address.phpt b/tests/is-emailable-address.phpt
index 8ad4eab30c..315f85585a 100644
--- a/tests/is-emailable-address.phpt
+++ b/tests/is-emailable-address.phpt
@@ -8,7 +8,7 @@ require_once __DIR__ . '/../include/email-validation.inc';
 $emails = array(
     'asasasd324...@php.net',
     'jcastagnetto-delete-th...@yahoo.com',
-    'jcastagnetto-i-hate-s...@nospamyahoo.com',
+    'jcastagnetto-i-hate-s...@nospamyahoo.test',
     'jcastagnetto-no-s...@yahoo.com',
     'jcastagne...@nospam-yahoo.com',
     'jesu...@scripps.edu',

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to