Ejemplo n.º 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setTwitterCreator
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getTwitterCreator
  */
 public function testGetSetTwitterCreator()
 {
     $this->object->setTwitterCreator('@denbatte');
     $this->assertEquals('@denbatte', $this->object->getTwitterCreator());
 }