mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-14 20:16:43 +00:00
extends tests with invalid domain part with two dots and valid email with german umlauts
This commit is contained in:
@@ -55,6 +55,7 @@ class EmailValidatorTest extends \PHPUnit_Framework_TestCase
|
||||
array('"test\ test"@iana.org'),
|
||||
array('""@iana.org'),
|
||||
array('"\""@iana.org'),
|
||||
array('müller@möller.de'),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -110,6 +111,7 @@ class EmailValidatorTest extends \PHPUnit_Framework_TestCase
|
||||
array('test@iana/icann.org'),
|
||||
array('test@foo;bar.com'),
|
||||
array('test;123@foobar.com'),
|
||||
array('test@example..com'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user