From 116d4054fab2952340a183f7151abda8cc49bb99 Mon Sep 17 00:00:00 2001 From: Eduardo Gulias Davis Date: Sun, 4 Jan 2015 23:54:28 +0100 Subject: [PATCH] #21 - Test for words after domain part --- tests/egulias/Tests/EmailValidator/EmailValidatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/egulias/Tests/EmailValidator/EmailValidatorTest.php b/tests/egulias/Tests/EmailValidator/EmailValidatorTest.php index f7173c8..46f7d66 100644 --- a/tests/egulias/Tests/EmailValidator/EmailValidatorTest.php +++ b/tests/egulias/Tests/EmailValidator/EmailValidatorTest.php @@ -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'),