Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
fixed url change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Baker committed Oct 3, 2012
1 parent 1d12f86 commit 35872c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Feed/Reader/ReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function testGetsFeedLinksAndNormalisesRelativeUrls()
}

$links = Reader\Reader::findFeedLinks('http://meiobit.com');
$this->assertEquals('http://meiobit.com/rss.xml', $links->rss);
$this->assertEquals('http://mbit.disqus.com/latest.rss', $links->rss);
}

/**
Expand Down

0 comments on commit 35872c5

Please sign in to comment.