Exemplo n.º 1
0
 public function getConfig()
 {
     return $this->config->get_config();
 }
Exemplo n.º 2
0
 public function Test_ULB_Routing($name = 'Testing DF_Web_Routing')
 {
     $this->UnitTestCase($name);
     $config = DF_Web_Config::get_config();
     $this->routing = new DF_Web_Routing($config);
 }