Skip to content

Commit

Permalink
Canging view package location form email component test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 6, 2011
1 parent 3ff41b4 commit eb70912
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -255,7 +255,7 @@ function setUp() {
ClassRegistry::addObject('view', new View($this->Controller));

App::build(array(
'views' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'views'. DS)
'View' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'views'. DS)
));
}

Expand Down

0 comments on commit eb70912

Please sign in to comment.