[PHP-WEBMASTER] [web-php] master: Update testIsEmailableAddressReturnsTrueWhenEmailIsValid test (#1235)

Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-03-04T13:03:44+03:00

Commit: Update testIsEmailableAddressReturnsTrueWhenEmailIsValid test (#1235) · php/web-php@c0afae3 · GitHub
Raw diff: https://github.com/php/web-php/commit/c0afae37e5effc7f1feb1b9e0d30260600253d23.diff

Update testIsEmailableAddressReturnsTrueWhenEmailIsValid test (#1235)

Changed paths:
  M tests/Unit/IsEmailableAddressTest.php

Diff:

diff --git a/tests/Unit/IsEmailableAddressTest.php b/tests/Unit/IsEmailableAddressTest.php
index 900f356e1d..acad65e4c1 100644
--- a/tests/Unit/IsEmailableAddressTest.php
+++ b/tests/Unit/IsEmailableAddressTest.php
@@ -61,7 +61,7 @@ public static function provideValidEmail(): \Generator
             'jcastagnetto-NO-SPAM@yahoo.com',
             'jesusmc@scripps.edu',
             'jmcastagnetto@yahoo.com',
- 'some-wrong@asdas.com',
+ 'not-exists@thephp.foundation',
         ];

         foreach ($values as $value) {