diff --git a/tests/TestCase/Validation/ValidationTest.php b/tests/TestCase/Validation/ValidationTest.php index 8ab3cbee88b..a04c94ee658 100644 --- a/tests/TestCase/Validation/ValidationTest.php +++ b/tests/TestCase/Validation/ValidationTest.php @@ -1571,7 +1571,6 @@ public function testLocalizedTime() $this->assertFalse(Validation::localizedTime('31. Dezember 2006', 'date')); // non-US format $this->assertFalse(Validation::localizedTime('18:40', 'time')); // non-US format - $this->assertFalse(Validation::localizedTime('12.90am', 'time')); // not a valid time /* German */ I18N::locale('de_DE');