From 4351b78639da68b815c029094beac8f3c81b57ff Mon Sep 17 00:00:00 2001 From: planardothum Date: Fri, 16 Nov 2012 06:39:13 -0500 Subject: [PATCH] Change more spacing issues. --- lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php index 6a9919f6c19..886c4e8d153 100644 --- a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php @@ -1853,7 +1853,6 @@ public function testCrumbListFirstLink() { /** * test getCrumbList() in Twitter Bootstrap style. * - * * @return void */ public function testCrumbListBootstrapStyle() { @@ -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,