Skip to content

Commit

Permalink
Remove double space.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 5, 2014
1 parent 0813835 commit 2b3bf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/Helper/PaginatorHelperTest.php
Expand Up @@ -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'
Expand Down

0 comments on commit 2b3bf29

Please sign in to comment.