Skip to content

Commit

Permalink
Merge branch '1.3' into 1.3-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 8, 2009
2 parents 1b063d6 + e47316e commit 11ceae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cake/tests/cases/libs/model/datasources/dbo_source.test.php
Expand Up @@ -28,8 +28,7 @@
if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) {
define('CAKEPHP_UNIT_TEST_EXECUTION', 1);
}
App::import('Core', array('Model', 'DataSource', 'DboSource', 'DboMysql'));
App::import('Model', 'App');
App::import('Model', array('Model', 'DataSource', 'DboSource', 'DboMysql', 'App'));
require_once dirname(dirname(__FILE__)) . DS . 'models.php';

/**
Expand Down

0 comments on commit 11ceae2

Please sign in to comment.