Browse Source

Fixed "existant" is a misspelling of "existent"

itosho 7 years ago
parent
commit
4c807dc967
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Validation/ValidationTest.php

+ 1 - 1
tests/TestCase/Validation/ValidationTest.php

@@ -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));