mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-24 14:28:21 +00:00
#21 - Test for words after domain part
This commit is contained in:
@@ -69,7 +69,7 @@ class EmailValidatorTest extends \PHPUnit_Framework_TestCase
|
||||
public function getInvalidEmails()
|
||||
{
|
||||
return array(
|
||||
|
||||
array('test@example.com test'),
|
||||
array('user name@example.com'),
|
||||
array('user name@example.com'),
|
||||
array('example.@example.co.uk'),
|
||||
|
||||
Reference in New Issue
Block a user