Пример #1
0
 /**
  * @magentoConfigFixture default_store sitemap/limit/max_lines 10
  */
 public function testGetMaximumLinesNumber()
 {
     $this->assertEquals(50000, $this->_helper->getMaximumLinesNumber(\Magento\Store\Model\Store::DEFAULT_STORE_ID));
     $this->assertEquals(10, $this->_helper->getMaximumLinesNumber(\Magento\Store\Model\Store::DISTRO_STORE_ID));
 }