mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-19 18:25:37 +02:00
refactor (#3708)
This commit is contained in:
parent
e1b911fc1f
commit
cd30c25b08
14 changed files with 282 additions and 884 deletions
|
@ -39,7 +39,7 @@ abstract class BaseFormatTest extends TestCase
|
|||
|
||||
$items = [];
|
||||
foreach ($data['items'] as $item) {
|
||||
$items[] = new \FeedItem($item);
|
||||
$items[] = \FeedItem::fromArray($item);
|
||||
}
|
||||
|
||||
return (object)[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue