Skip to content

Commit

Permalink
Remove option that does not exist anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 27, 2014
1 parent 48f5812 commit 61a54c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -5416,7 +5416,6 @@ public function testInputDate() {
$this->Form->create($this->article);
$result = $this->Form->input('month_year', array(
'label' => false,
'div' => false,
'type' => 'date',
'minYear' => 2006,
'maxYear' => 2008
Expand All @@ -5438,7 +5437,6 @@ public function testInputDateMaxYear() {
$this->Form->create($this->article);
$result = $this->Form->input('birthday', array(
'label' => false,
'div' => false,
'type' => 'date',
'minYear' => 2006,
'maxYear' => 2008
Expand Down

0 comments on commit 61a54c1

Please sign in to comment.