Some fixes for tests application (will become more maybe).
[core.git] / application / tests / init.php
index 6b629808937f4ed7a200321eeb7bcbcb41c0e080..db033e48be8beb8650787e673dfcd10ad46df3b6 100644 (file)
 // Get config instance
 $cfg = FrameworkConfiguration::getSelfInstance();
 
-// Initialize output system
-require($cfg->getConfigEntry('base_path') . 'inc/output.php');
-
-// 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]
 ?>