mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Pass PaginatorComponentTest::testPaginateExtraParams()
This commit is contained in:
parent
7099c9d513
commit
e1897a8498
1 changed files with 2 additions and 2 deletions
|
@ -120,11 +120,11 @@ class ControllerPaginateModel extends CakeTestModel {
|
|||
/**
|
||||
* paginate method
|
||||
*
|
||||
* @return bool
|
||||
* @return array
|
||||
*/
|
||||
public function paginate($conditions, $fields, $order, $limit, $page, $recursive, $extra) {
|
||||
$this->extra = $extra;
|
||||
return true;
|
||||
return array(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue