Continued with rewrites:
[core.git] / application / tests / init.php
index 77c9fb873fc03fd4784710bf64edd5c386304118..29dfc167c42d60030a425832d0f71f0a22165607 100644 (file)
@@ -37,7 +37,7 @@ ApplicationHelper::createDebugInstance('ApplicationHelper');
 
 // This application needs a database connection then we have to simply include
 // the framework/database.php script
-require($cfg->getConfigEntry('base_path') . 'framework/database.php');
+require($cfg->getConfigEntry('framework_base_path') . 'database.php');
 
 // Register core tests
 ClassLoader::registerTestsPath('framework/main/tests');