Пример #1
0
 /**
  * @magentoConfigFixture default_store sitemap/page/priority 100
  */
 public function testGetPagePriority()
 {
     $this->assertEquals(0.25, $this->_helper->getPagePriority(\Magento\Store\Model\Store::DEFAULT_STORE_ID));
     $this->assertEquals(100, $this->_helper->getPagePriority(\Magento\Store\Model\Store::DISTRO_STORE_ID));
 }