Ejemplo n.º 1
0
 protected function getConfig()
 {
     \ntentan\Ntentan::$configPath = TEST_HOME . "/config/{$GLOBALS['config']}/";
     return array('ntentan' => parse_ini_file(TEST_HOME . "/config/{$GLOBALS['config']}/ntentan.ini", true), 'app' => parse_ini_file(TEST_HOME . "/config/{$GLOBALS['config']}/app.ini", true));
 }