Skip to content

Commit

Permalink
Change more spacing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
planardothum committed Nov 16, 2012
1 parent bed9ba2 commit 4351b78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php
Expand Up @@ -1853,7 +1853,6 @@ public function testCrumbListFirstLink() {
/**
* test getCrumbList() in Twitter Bootstrap style.
*
*
* @return void
*/
public function testCrumbListBootstrapStyle() {
Expand Down Expand Up @@ -1892,7 +1891,7 @@ public function testCrumbListZurbStyle() {
$this->Html->addCrumb('Gene Splicing', '#');
$this->Html->addCrumb('Home', '#');
$result = $this->Html->getCrumbList(
array( 'class' => 'breadcrumbs', 'firstClass' => false, 'lastClass' => 'current')
array('class' => 'breadcrumbs', 'firstClass' => false, 'lastClass' => 'current')
);
$this->assertTags(
$result,
Expand Down

0 comments on commit 4351b78

Please sign in to comment.