Skip to content

Commit

Permalink
Adding view import to fix xml suite from not running.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 8, 2010
1 parent f677c4a commit 2d86c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/view/helpers/rss.test.php
Expand Up @@ -17,6 +17,7 @@
* @since CakePHP(tm) v 1.2.0.4206
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
App::import('View', 'View');
App::import('Helper', array('Rss', 'Time'));

/**
Expand Down

0 comments on commit 2d86c12

Please sign in to comment.