mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-24 16:28:17 +00:00
0 is an invalid email
This commit is contained in:
@@ -149,6 +149,8 @@ class RFCValidationTest extends TestCase
|
||||
['\r\n \r\n test@iana.org'],
|
||||
['test;123@foobar.com'],
|
||||
['examp║le@symfony.com'],
|
||||
['0'],
|
||||
[0],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user