mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correct argument order.
This commit is contained in:
parent
9f3cf82629
commit
ce1939c4d6
1 changed files with 1 additions and 1 deletions
|
@ -2653,7 +2653,7 @@ class RouterTest extends CakeTestCase {
|
|||
array('action' => 'delete', 'method' => 'DELETE', 'id' => true),
|
||||
array('action' => 'edit', 'method' => 'POST', 'id' => true)
|
||||
);
|
||||
$this->assertEquals($default, $expected);
|
||||
$this->assertEquals($expected, $default);
|
||||
|
||||
$custom = array(
|
||||
array('action' => 'index', 'method' => 'GET', 'id' => false),
|
||||
|
|
Loading…
Reference in a new issue