Пример #1
0
 /**
  * @magentoConfigFixture default_store sitemap/search_engines/submission_robots 1
  */
 public function testGetEnableSubmissionRobots()
 {
     $this->assertEquals(0, $this->_helper->getEnableSubmissionRobots(\Magento\Store\Model\Store::DEFAULT_STORE_ID));
     $this->assertEquals(1, $this->_helper->getEnableSubmissionRobots(\Magento\Store\Model\Store::DISTRO_STORE_ID));
 }