Skip to content

Commit

Permalink
Remove duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 19, 2013
1 parent 6bdd1d5 commit 046ed72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cake/Test/TestCase/View/Helper/PaginatorHelperTest.php
Expand Up @@ -1959,7 +1959,6 @@ public function testFirstFullBaseUrl() {
$this->Paginator->request->params['paging']['Article']['page'] = 3;
$this->Paginator->request->params['paging']['Article']['direction'] = 'DESC';
$this->Paginator->request->params['paging']['Article']['sort'] = 'Article.title';
$this->Paginator->request->params['paging']['Article']['direction'] = 'DESC';

$this->Paginator->options(array('url' => array('_full' => true)));

Expand Down

0 comments on commit 046ed72

Please sign in to comment.