Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Jan 26, 2017
1 parent e0b0da8 commit 0bf4996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Routing/RouterTest.php
Expand Up @@ -2564,7 +2564,6 @@ public function testReverseToArrayNamed() {
);
$result = Router::reverseToArray($params);
$expected = array(
'plugin' => null,
'controller' => 'posts',
'action' => 'index',
123,
Expand Down

0 comments on commit 0bf4996

Please sign in to comment.