mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
"Removing inline comment"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6639 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d0d001d6dd
commit
def8f8aad1
1 changed files with 0 additions and 1 deletions
|
@ -1218,7 +1218,6 @@ class ValidationTestCase extends UnitTestCase {
|
|||
$this->assertFalse(Validation::email('raw@test.ra.ru....com'));
|
||||
}
|
||||
|
||||
//Commented out because test is slow, but it does work
|
||||
function testEmailDeep() {
|
||||
$this->assertTrue(Validation::email('abc.efg@cakephp.org', true));
|
||||
$this->assertFalse(Validation::email('abc.efg@caphpkeinvalid.com', true));
|
||||
|
|
Loading…
Add table
Reference in a new issue