Ejemplo n.º 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getMetaRobots
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setMetaRobots
  */
 public function testGetSetMetaRobots()
 {
     $this->object->setMetaRobots('noindex, nofollow');
     $this->assertEquals('noindex, nofollow', $this->object->getMetaRobots());
 }