diff --git a/lib/Cake/Controller/ErrorController.php b/lib/Cake/Controller/ErrorController.php index 08d9a57277b..ca914c341a9 100644 --- a/lib/Cake/Controller/ErrorController.php +++ b/lib/Cake/Controller/ErrorController.php @@ -1,11 +1,5 @@ object->requestAction( array('controller' => 'request_action', 'action' => 'params_pass'), - array('url' => array('get' => 'value', 'limit' => 5)) + array('query' => array('get' => 'value', 'limit' => 5)) ); $this->assertEquals('value', $result->query['get']); } diff --git a/lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php index 0ddca63e1fe..a0ee3310bd8 100644 --- a/lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php @@ -7167,7 +7167,7 @@ public function testFormInputRequiredDetection() { 'Imalsonotrequired2', '/label', 'input' => array( - 'type' => 'text', 'name' => 'data[Contact][imalsonotrequired2]', + 'type' => 'text', 'name' => 'Contact[imalsonotrequired2]', 'id' => 'ContactImalsonotrequired2' ), '/div'