コード例 #1
0
 function testSetRssUrl()
 {
     $rssUrl = 'http://feed.yeeyan.org/latest';
     $this->assertEquals('', $this->collector->getRssUrl());
     $this->collector->setRssUrl($rssUrl);
     $this->assertEquals($rssUrl, $this->collector->getRssUrl());
 }