]> 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 71950028d9bf7d1063af82faf5527a180417eca1..db033e48be8beb8650787e673dfcd10ad46df3b6 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
 // 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]
 ?>