Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 27, 2014
1 parent 2c6d6ee commit 2d9b6cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -2620,7 +2620,8 @@ public function testInputDatetime() {
'interval' => 15,
'options' => null,
'empty' => false,
'id' => 'prueba'
'id' => 'prueba',
'required' => false,
])
->will($this->returnValue('This is it!'));
$result = $this->Form->input('prueba', array(
Expand Down

0 comments on commit 2d9b6cc

Please sign in to comment.