Continued with renaming-season:
[core.git] / application / tests / init.php
index 188d06af79cc02df49423fb1f30178e89bda9397..d11063e97edda3305473a43f3a7c50fc5055fcc3 100644 (file)
@@ -36,5 +36,5 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 ApplicationHelper::createDebugInstance('ApplicationHelper');
 
 // This application needs a database connection then we have to simply include
-// the inc/database.php script
-require($cfg->getConfigEntry('base_path') . 'inc/database.php');
+// the framework/database.php script
+require($cfg->getConfigEntry('base_path') . 'framework/database.php');