Ejemplo n.º 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setTwitterImage
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getTwitterImage
  */
 public function testGetSetTwitterImageWithNullValue()
 {
     $this->object->setTwitterImage(null);
     $this->assertEquals(null, $this->object->getTwitterImage());
 }