Esempio n. 1
0
 public function testGetConfig()
 {
     $store = $this->getFrontendStore('germany');
     $store->setConfig($this->getConfigPrefix() . 'test', 256);
     $this->assertEquals($this->_helper->getConfig('test', $store), 256);
 }