Esempio n. 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getMetaKeywords
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setMetaKeywords
  */
 public function testGetSetMetaKeywords()
 {
     $this->object->setMetaKeywords('Meta Keywords');
     $this->assertEquals('Meta Keywords', $this->object->getMetaKeywords());
 }