mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-01 04:13:33 +00:00
Correcting assertEquals parameter order
This commit is contained in:
parent
645ef47878
commit
b46c4b3e3f
6 changed files with 17 additions and 17 deletions
lib/Cake/Test/Case/Model
|
@ -272,7 +272,7 @@ class ModelIntegrationTest extends BaseModelTest {
|
|||
array('User' => array('user' => 'mariano'), 'Article' => array('published' => 'Y')),
|
||||
array('User' => array('user' => 'nate'), 'Article' => array('published' => ''))
|
||||
);
|
||||
$this->assertEquals($result, $expected);
|
||||
$this->assertEquals($expected, $result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue