Skip to content

Commit

Permalink
Adding an import, as I hit an error when trying to bake tests for mod…
Browse files Browse the repository at this point in the history
…els.
  • Loading branch information
markstory committed Nov 7, 2010
1 parent aaff059 commit 23c69b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/console/shells/tasks/test.php
Expand Up @@ -19,6 +19,7 @@
*/

include_once dirname(__FILE__) . DS . 'bake.php';
App::import('Model', 'ClassRegistry');

/**
* Task class for creating and updating test files.
Expand Down

0 comments on commit 23c69b2

Please sign in to comment.