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