Example #1
0
 /**
  * @covers Debril\RssAtomBundle\Protocol\Parser\Item::setLink
  */
 public function testSetLink()
 {
     $newLink = 'http://example.com/atom';
     $this->object->setLink($newLink);
     $this->assertEquals($newLink, $this->object->getLink());
 }