Пример #1
0
 /**
  * @magentoConfigFixture default_store sitemap/limit/max_file_size 1024
  */
 public function testGetMaximumFileSize()
 {
     $this->assertEquals(10485760, $this->_helper->getMaximumFileSize(\Magento\Store\Model\Store::DEFAULT_STORE_ID));
     $this->assertEquals(1024, $this->_helper->getMaximumFileSize(\Magento\Store\Model\Store::DISTRO_STORE_ID));
 }