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'