Skip to content

Commit

Permalink
Updating ajax helper test to reflect changes in FormHelper parameter …
Browse files Browse the repository at this point in the history
…usage.
  • Loading branch information
markstory committed Nov 1, 2009
1 parent a3bb77c commit 35fa099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cake/tests/cases/libs/view/helpers/ajax.test.php
Expand Up @@ -165,6 +165,12 @@ function setUp() {
$view =& new View(new AjaxTestController());
ClassRegistry::addObject('view', $view);
ClassRegistry::addObject('PostAjaxTest', new PostAjaxTest());

$this->Ajax->Form->params = array(
'plugin' => null,
'action' => 'view',
'controller' => 'users'
);
}
/**
* tearDown method
Expand Down

0 comments on commit 35fa099

Please sign in to comment.