public function testFeedAddition()
 {
     $feed = $this->getMock('NtaCamp\\SocialHashtag\\Feed\\Feed');
     $this->socialHashtag->addFeed($feed);
     $this->assertInstanceOf('NtaCamp\\SocialHashtag\\Feed\\Feed', current($this->socialHashtag->getFeeds()));
 }