Browse Source

Fix failing test.

meridian is no longer secured by default as the default hour format is
24 hrs.
mark_story 11 years ago
parent
commit
0b9bdf7883
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 0 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -4567,7 +4567,6 @@ class FormHelperTest extends TestCase {
 			'Contact.date.day',
 			'Contact.date.hour',
 			'Contact.date.minute',
-			'Contact.date.meridian',
 		];
 		$this->assertEquals($expected, $this->Form->fields);