1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Update testIsEmailableAddressReturnsTrueWhenEmailIsValid test (#1235)

This commit is contained in:
Sergey Panteleev
2025-03-04 13:03:44 +03:00
committed by GitHub
parent 0fc2558731
commit c0afae37e5

View File

@@ -61,7 +61,7 @@ final class IsEmailableAddressTest extends Framework\TestCase
'jcastagnetto-NO-SPAM@yahoo.com',
'jesusmc@scripps.edu',
'jmcastagnetto@yahoo.com',
'some-wrong@asdas.com',
'not-exists@thephp.foundation',
];
foreach ($values as $value) {