Ejemplo n.º 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setOgType
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getOgType
  */
 public function testGetSetOgType()
 {
     $this->object->setOgType('website');
     $this->assertEquals('website', $this->object->getOgType());
 }