Skip to content

Commit

Permalink
Updating imports on ThemeView test so it runs in CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 12, 2010
1 parent 5c076d4 commit 03288e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cake/tests/cases/libs/view/theme.test.php
Expand Up @@ -17,7 +17,9 @@
* @since CakePHP(tm) v 1.2.0.4206
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
App::import('Core', array('Theme', 'Controller'));
App::import('View', 'View');
App::import('View', 'Theme');
App::import('Core', 'Controller');

if (!class_exists('ErrorHandler')) {
App::import('Core', array('Error'));
Expand Down

0 comments on commit 03288e5

Please sign in to comment.