Skip to content

Commit

Permalink
Fixing typo in class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 23, 2010
1 parent 89a8ef3 commit 0436e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/console/libs/api.test.php
Expand Up @@ -49,7 +49,7 @@ class ApiShellTest extends CakeTestCase {
*/
public function startTest() {
$this->Dispatcher = $this->getMock(
'ShellDispather',
'ShellDispatcher',
array('getInput', 'stdout', 'stderr', '_stop', '_initEnvironment', 'dispatch')
);
$this->Shell = $this->getMock(
Expand Down

0 comments on commit 0436e93

Please sign in to comment.