Importing controller in bake test to make it pass under the cli runner

This commit is contained in:
José Lorenzo Rodríguez Urdaneta 2010-07-07 23:07:23 -04:30
parent d5c51b9b09
commit da9d1c6b06

View file

@ -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);