Skip to content

Commit

Permalink
Clean up whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 30, 2015
1 parent 0ec2ca9 commit 24861fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/TestCase/View/Widget/DateTimeWidgetTest.php
Expand Up @@ -471,7 +471,7 @@ public function testRenderMonthWidgetWithNamesNoLeadingZeros()
'no 13 in value'
);
}

/**
* Test rendering month widget with names.
*
Expand Down Expand Up @@ -882,7 +882,7 @@ public function testRenderMinuteWidget()
);
$this->assertNotContains('value="60"', $result, 'No 60 value');
}

/**
* Test rendering the minute widget with empty at zero options.
*
Expand All @@ -899,7 +899,6 @@ public function testRenderMinuteWidgetEmptyZeroDefault()
'hour' => false,
'minute' => [
'data-foo' => 'test',

],
'empty' => '-',
'default' => '',
Expand Down Expand Up @@ -940,7 +939,7 @@ public function testRenderMinuteWidgetEmptyZeroDefault()
$this->assertNotContains('value="0"', $result, 'No unpadded 0 value');
$this->assertNotContains('value="60"', $result, 'No 60 value');
}

/**
* Test minutes with interval values.
*
Expand Down

0 comments on commit 24861fa

Please sign in to comment.