mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2025-09-06 01:14:32 +02:00
✨ Starts refactoring reader
Still missing media:group
This commit is contained in:
@@ -11,6 +11,7 @@ class BasicReader extends TestCase
|
||||
$rss = SRSS::read(__DIR__.'/resources/basic.xml');
|
||||
self::assertEquals('test Home Page', $rss->title);
|
||||
$first_item = $rss->getFirst();
|
||||
self::assertNotNull($first_item);
|
||||
self::assertEquals('RSS Tutorial', $first_item->title);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user