Esempio n. 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setOgDescription
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getOgDescription
  */
 public function testGetSetOgDescription()
 {
     $this->object->setOgDescription('OpenGraph description');
     $this->assertEquals('OpenGraph description', $this->object->getOgDescription());
 }