Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 20, 2018
1 parent ac1005b commit ef930ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -363,7 +363,7 @@ public function testDefaultPaginateParamsIntoRequest()

$this->Paginator->paginate($table, $settings);
$this->assertEquals('PaginatorPosts.id', $this->controller->request->getParam('paging.PaginatorPosts.sortDefault'));
$this->assertEquals('DESC', $this->controller->request->getParam('paging.PaginatorPosts.directionDefault'));
$this->assertEquals('desc', $this->controller->request->getParam('paging.PaginatorPosts.directionDefault'));
}

/**
Expand Down

0 comments on commit ef930ed

Please sign in to comment.