Skip to content

Commit

Permalink
Use hour as field name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Apr 20, 2015
1 parent c71a478 commit 3ba4308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -7470,7 +7470,7 @@ public function testInputDateOptions() {
$result = $this->Form->input('date',
array(
'label' => false,
'type' => 'year',
'type' => 'hour',
'class' => 'form-control'
)
);
Expand Down

0 comments on commit 3ba4308

Please sign in to comment.