mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
remove order, which was required with setting default order on CakeTestModel
This commit is contained in:
parent
c12c853f10
commit
179a5c8559
1 changed files with 0 additions and 1 deletions
|
@ -6082,7 +6082,6 @@ class ModelReadTest extends BaseModelTest {
|
|||
$this->loadFixtures('User');
|
||||
$TestModel = new User();
|
||||
$TestModel->cacheQueries = false;
|
||||
$TestModel->order = null;
|
||||
|
||||
$expected = array(
|
||||
'conditions' => array(
|
||||
|
|
Loading…
Reference in a new issue