Skip to content

Commit

Permalink
fix failing test with webrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Mar 14, 2013
1 parent f1d192f commit 18095ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/JsonViewTest.php
Expand Up @@ -76,7 +76,7 @@ public function testRenderWithView() {
App::build(array(
'View' => array(CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS)
));
$Request = new CakeRequest();
$Request = new CakeRequest(null, false);
$Request->params['named'] = array('page' => 2);
$Response = new CakeResponse();
$Controller = new Controller($Request, $Response);
Expand Down

0 comments on commit 18095ed

Please sign in to comment.