1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2025-09-08 01:54:31 +02:00

🔒 Add formator

Closes #3
This commit is contained in:
2023-04-17 14:28:01 +02:00
parent 6fcf240f72
commit 44c4833069
23 changed files with 571 additions and 367 deletions

View File

@@ -86,13 +86,13 @@ class CompleteBuilderTest extends TestCase
$item->link = $item_link;
$item->description = $item_description;
$item->author = $item_author;
$item->category[] = $item_category;
$item->category = $item_category;
$item->comments = $item_comments;
$item->enclosure = $item_enclosure;
$item->guid = $item_guid;
$item->pubDate = $item_pubdate;
$item->source = $item_source;
$item->medias[] = $item_media;
$item->medias = $item_media;
$srss->addItem($item);