Esempio n. 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getMetaDescription
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setMetaDescription
  */
 public function testGetSetMetaDescription()
 {
     $this->object->setMetaDescription('Meta Description');
     $this->assertEquals('Meta Description', $this->object->getMetaDescription());
 }