Пример #1
0
 /**
  * @magentoConfigFixture default_store sitemap/product/changefreq montly
  */
 public function testGetProductChangefreq()
 {
     $this->assertEquals('daily', $this->_helper->getProductChangefreq(\Magento\Store\Model\Store::DEFAULT_STORE_ID));
     $this->assertEquals('montly', $this->_helper->getProductChangefreq(\Magento\Store\Model\Store::DISTRO_STORE_ID));
 }