Author: Sergey Panteleev (saundefined) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-03-04T13:03:44+03:00
Commit: https://github.com/php/web-php/commit/c0afae37e5effc7f1feb1b9e0d30260600253d23 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 '[email protected]', '[email protected]', '[email protected]', - '[email protected]', + '[email protected]', ]; foreach ($values as $value) {
