Use hour as field name.

This commit is contained in:
Mark Scherer 2015-04-20 18:39:54 +02:00
parent c71a478876
commit 3ba4308356

View file

@ -7470,7 +7470,7 @@ class FormHelperTest extends CakeTestCase {
$result = $this->Form->input('date',
array(
'label' => false,
'type' => 'year',
'type' => 'hour',
'class' => 'form-control'
)
);