mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Try to set order on more things.
This commit is contained in:
parent
9e0778951a
commit
83d307e545
1 changed files with 2 additions and 1 deletions
|
@ -492,7 +492,8 @@ class PaginatorComponentTest extends CakeTestCase {
|
|||
'PaginatorControllerPost' => array(
|
||||
'contain' => array('PaginatorControllerComment'),
|
||||
'maxLimit' => 10,
|
||||
'paramType' => 'named'
|
||||
'paramType' => 'named',
|
||||
'order' => array('PaginatorControllerPost.id' => 'ASC')
|
||||
),
|
||||
);
|
||||
$result = $Controller->Paginator->paginate('PaginatorControllerPost');
|
||||
|
|
Loading…
Add table
Reference in a new issue