]> git.mxchange.org Git - core.git/blobdiff - application/tests/init.php
Some fixes for tests application (will become more maybe).
[core.git] / application / tests / init.php
index 7bb8a3a6744b8059fa8a5a14dfcf593a491b0760..db033e48be8beb8650787e673dfcd10ad46df3b6 100644 (file)
@@ -27,9 +27,5 @@
 // Get config instance
 $cfg = FrameworkConfiguration::getSelfInstance();
 
-// 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');
-
 // [EOF]
 ?>