mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove flaky test that was of questionable value.
This commit is contained in:
parent
5af65f3a28
commit
a098d96c94
1 changed files with 0 additions and 1 deletions
|
@ -1766,7 +1766,6 @@ class ValidationTest extends CakeTestCase {
|
|||
|
||||
$this->assertTrue(Validation::email('abc.efg@cakephp.org', true));
|
||||
$this->assertFalse(Validation::email('abc.efg@caphpkeinvalid.com', true));
|
||||
$this->assertFalse(Validation::email('abc@example.abcd', true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue