Skip to content

Commit

Permalink
Importing controller in bake test to make it pass under the cli runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 8, 2010
1 parent d5c51b9 commit da9d1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/console/libs/bake.test.php
Expand Up @@ -19,6 +19,7 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Shell', 'Shell', false);
App::import('Core', 'Controller');

if (!defined('DISABLE_AUTO_DISPATCH')) {
define('DISABLE_AUTO_DISPATCH', true);
Expand Down

0 comments on commit da9d1c6

Please sign in to comment.