We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc2558 commit c0afae3Copy full SHA for c0afae3
1 file changed
tests/Unit/IsEmailableAddressTest.php
@@ -61,7 +61,7 @@ public static function provideValidEmail(): \Generator
61
'jcastagnetto-NO-SPAM@yahoo.com',
62
'jesusmc@scripps.edu',
63
'jmcastagnetto@yahoo.com',
64
- 'some-wrong@asdas.com',
+ 'not-exists@thephp.foundation',
65
];
66
67
foreach ($values as $value) {
0 commit comments