mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
More test case fixing
This commit is contained in:
parent
f24c01c1f4
commit
053ebf211e
1 changed files with 0 additions and 2 deletions
|
@ -5642,7 +5642,6 @@ class ModelWriteTest extends BaseModelTest {
|
|||
$TestModel = new Comment();
|
||||
|
||||
$expected = $TestModel->find('first', array(
|
||||
'fields' => array('Comment.*', 'Attachment.*'),
|
||||
'conditions' => array('Comment.id' => 5),
|
||||
'recursive' => 0
|
||||
));
|
||||
|
@ -5664,7 +5663,6 @@ class ModelWriteTest extends BaseModelTest {
|
|||
$this->assertTrue($result);
|
||||
|
||||
$result = $TestModel->find('first', array(
|
||||
'fields' => array('Comment.*', 'Attachment.*'),
|
||||
'conditions' => array('Comment.id' => 5),
|
||||
'recursive' => 0
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue