Skip to content

Commit

Permalink
Update Tests/Entity/SEOTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
krispypen committed Jan 15, 2013
1 parent 3632f41 commit 170f181
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Tests/Entity/SEOTest.php
Expand Up @@ -101,16 +101,6 @@ public function testGetSetOgDescription()
$this->assertEquals('OpenGraph description', $this->object->getOgDescription());
}

/**
* @covers Kunstmaan\AdminNodeBundle\Entity\SEO::setOgImage
* @covers Kunstmaan\AdminNodeBundle\Entity\SEO::getOgImage
*/
public function testGetSetOgImage()
{
$this->object->setOgImage('http://domain.com/OpenGraphImage.jpg');
$this->assertEquals('http://domain.com/OpenGraphImage.jpg', $this->object->getOgImage());
}

/**
* @covers Kunstmaan\AdminNodeBundle\Entity\SEO::setOgTitle
* @covers Kunstmaan\AdminNodeBundle\Entity\SEO::getOgTitle
Expand Down

0 comments on commit 170f181

Please sign in to comment.