Пример #1
0
 /**
  * @magentoConfigFixture web/unsecure/base_url http://example.com/
  */
 public function testInitFrontControllerBefore()
 {
     $this->_annotation->expects($this->at(0))->method('_getConfigValue')->with('web/unsecure/base_url')->will($this->returnValue('http://localhost/'));
     $this->_annotation->expects($this->at(1))->method('_setConfigValue')->with('web/unsecure/base_url', 'http://example.com/');
     $this->_annotation->initFrontControllerBefore();
 }