Skip to content

Commit

Permalink
Fixing ControllerTestCase test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 15, 2011
1 parent cee46f5 commit 082a5e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
class TestsAppsPostsController extends AppController {
public $name = 'TestsAppsPosts';
public $uses = array('Post');
public $viewPath = 'tests_apps';
public $viewPath = 'TestsApps';

function add() {
$data = array(
Expand Down

0 comments on commit 082a5e1

Please sign in to comment.