Ejemplo n.º 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setTwitterTitle
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getTwitterTitle
  */
 public function testGetSetTwitterTitle()
 {
     $this->object->setTwitterTitle('twitter title');
     $this->assertEquals('twitter title', $this->object->getTwitterTitle());
 }