Ejemplo n.º 1
0
 /**
  * @covers Kunstmaan\SeoBundle\Entity\Seo::getMetaRevised
  * @covers Kunstmaan\SeoBundle\Entity\Seo::setMetaRevised
  */
 public function testGetSetMetaRevised()
 {
     $this->object->setMetaRevised('18/09/2012');
     $this->assertEquals('18/09/2012', $this->object->getMetaRevised());
 }