Esempio n. 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getMetaAuthor
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setMetaAuthor
  */
 public function testGetSetMetaAuthor()
 {
     $this->object->setMetaAuthor('Author Name');
     $this->assertEquals('Author Name', $this->object->getMetaAuthor());
 }