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