Пример #1
0
 public function __construct($configLocal, $configGlobal, $configCommon, $configCache)
 {
     parent::__construct();
     $this->iniFileChain = new DumpConfigTestMockIniFileChain(array($this->pathGlobal => $configGlobal, $this->pathCommon => $configCommon, $this->pathLocal => $configLocal), $configCache);
 }