示例#1
0
 /**
  * Test getRobots
  *
  * @magentoConfigFixture default_store design/search_engine_robots/default_robots INDEX,NOFOLLOW
  * @magentoAppIsolation enabled
  */
 public function testGetRobots()
 {
     $this->assertEquals('INDEX,NOFOLLOW', $this->_block->getRobots());
 }