diff --git a/lib/Cake/Test/Case/Routing/RouterTest.php b/lib/Cake/Test/Case/Routing/RouterTest.php index 90919cdc4..46d89fac6 100644 --- a/lib/Cake/Test/Case/Routing/RouterTest.php +++ b/lib/Cake/Test/Case/Routing/RouterTest.php @@ -2564,7 +2564,6 @@ class RouterTest extends CakeTestCase { ); $result = Router::reverseToArray($params); $expected = array( - 'plugin' => null, 'controller' => 'posts', 'action' => 'index', 123,