reload() protected method

Reloads config data from disk.
protected reload ( $pathLocal = null, $pathGlobal = null, $pathCommon = null )
Esempio n. 1
0
 public function reload($pathLocal = null, $pathGlobal = null, $pathCommon = null)
 {
     parent::reload($pathLocal, $pathGlobal, $pathCommon);
     $this->setTestEnvironment();
 }