Add a test case to prevent future regressions

This commit is contained in:
apetitpa 2017-03-23 14:11:06 +01:00 committed by Fabien Potencier
parent 4fcb24bacb
commit 9753a2773e
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class EmailValidatorTest extends AbstractConstraintValidatorTest
array('example@'),
array('example@localhost'),
array('foo@example.com bar'),
array('foo@bar.fr@'),
);
}