Exemplo n.º 1
0
 public function testGetConfig()
 {
     $this->repository->config('assets');
     $this->repository->config('modules');
     $this->repository->config('migration');
     $this->repository->getAssetsPath();
 }
Exemplo n.º 2
0
 /**
  * Get a specific config data from a configuration file.
  *
  * @param $key
  * @return mixed 
  * @static 
  */
 public static function config($key)
 {
     return \Pingpong\Modules\Repository::config($key);
 }