|
|
@@ -1978,7 +1978,7 @@ class ValidationTest extends TestCase
|
|
|
*/
|
|
|
public function testEmailDeep()
|
|
|
{
|
|
|
- $this->skipIf((bool)gethostbynamel('example.abcd'), 'Your DNS service responds for non-existant domains, skipping deep email checks.');
|
|
|
+ $this->skipIf((bool)gethostbynamel('example.abcd'), 'Your DNS service responds for non-existent domains, skipping deep email checks.');
|
|
|
|
|
|
$this->assertTrue(Validation::email('abc.efg@cakephp.org', true));
|
|
|
$this->assertFalse(Validation::email('abc.efg@caphpkeinvalid.com', true));
|