Skip to content

Commit

Permalink
change the request url
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Oct 16, 2016
1 parent 3f513d4 commit 5d5810f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FeedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
final class FeedTest extends TestCase
{

public $rssUrl = 'https://news.ycombinator.com/rss';
public $rssUrl = 'https://gist.githubusercontent.com/peter279k/61d08ebc8d26dc2d46711ce29114cce4/raw/1c52b1812114a87c896f7b76360a7c9c887f31e0/hackernews.xml';
public $atomUrl = 'https://raw.githubusercontent.com/yongjhih/yongjhih.github.com/master/atom.xml';
public $dcDateUrl = 'https://gist.githubusercontent.com/ayukawa/c5975851112c54fb536b/raw/72d2c81761a225cd0cb1fb8cb34b3898b5d34297/FeedTest.xml';
public $noFeedUrl = 'https://github.com/dg/rss-php';
Expand Down

0 comments on commit 5d5810f

Please sign in to comment.