]> git.mxchange.org Git - core.git/blobdiff - application/tests/init.php
Continued:
[core.git] / application / tests / init.php
index 29dfc167c42d60030a425832d0f71f0a22165607..6266e1c81f5306cfbb42dde20b0fedf9cdbb5cc0 100644 (file)
@@ -35,9 +35,11 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 // Initialize output system
 ApplicationHelper::createDebugInstance('ApplicationHelper');
 
-// This application needs a database connection then we have to simply include
-// the framework/database.php script
-require($cfg->getConfigEntry('framework_base_path') . 'database.php');
+/*
+ * This application needs a database connection then we have to simply include
+ * the framework/database.php script
+ */
+require $cfg->getConfigEntry('framework_base_path') . 'database.php';
 
 // Register core tests
 ClassLoader::registerTestsPath('framework/main/tests');