Skip to content

Commit

Permalink
Hours should not include leading 0s.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 15, 2014
1 parent 8a69e77 commit 31ddeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -4098,7 +4098,7 @@ public function testDateTime() {
array('select' => array('name' => 'Contact[date][hour]')),
$hoursRegex,
array('option' => array('value' => date('H', $now), 'selected' => 'selected')),
date('H', $now),
date('G', $now),
'/option',
'*/select',

Expand Down

0 comments on commit 31ddeb8

Please sign in to comment.