mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Refs #7978 fixing code standard
This commit is contained in:
parent
eaeb7cea9e
commit
bf8e6ce576
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class ModelReadTest extends BaseModelTest {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
$result = $Product->find('all', array('conditions' => array('Product.id IN' => array(1,2))));
|
$result = $Product->find('all', array('conditions' => array('Product.id IN' => array(1, 2))));
|
||||||
$this->assertEquals($expected, $result);
|
$this->assertEquals($expected, $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue