From 2b3bf29177fdf15d58e43e267d73b1fa039d92d2 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 4 Feb 2014 21:36:14 -0500 Subject: [PATCH] Remove double space. --- tests/TestCase/View/Helper/PaginatorHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/View/Helper/PaginatorHelperTest.php b/tests/TestCase/View/Helper/PaginatorHelperTest.php index e633370fd5a..036dd6d4837 100644 --- a/tests/TestCase/View/Helper/PaginatorHelperTest.php +++ b/tests/TestCase/View/Helper/PaginatorHelperTest.php @@ -755,7 +755,7 @@ public function testDefaultSortRemovedFromUrl() { $result = $this->Paginator->next('Next'); $expected = array( 'li' => array('class' => 'next'), - 'a' => array('rel' => 'next', 'href' => '/articles/index?page=2'), + 'a' => array('rel' => 'next', 'href' => '/articles/index?page=2'), 'Next', '/a', '/li'