mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixed unit test
This commit is contained in:
parent
e0b0da86bf
commit
0bf49966db
1 changed files with 0 additions and 1 deletions
|
@ -2564,7 +2564,6 @@ class RouterTest extends CakeTestCase {
|
||||||
);
|
);
|
||||||
$result = Router::reverseToArray($params);
|
$result = Router::reverseToArray($params);
|
||||||
$expected = array(
|
$expected = array(
|
||||||
'plugin' => null,
|
|
||||||
'controller' => 'posts',
|
'controller' => 'posts',
|
||||||
'action' => 'index',
|
'action' => 'index',
|
||||||
123,
|
123,
|
||||||
|
|
Loading…
Reference in a new issue