1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-20 15:22:17 +02:00

test: add test for FeedParser (#3754)

This commit is contained in:
Dag
2023-10-13 23:14:08 +02:00
committed by GitHub
parent 5f37c72be0
commit daef240cd2
4 changed files with 174 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ class ArsTechnicaBridge extends FeedExpander
public function collectData()
{
$url = 'https://feeds.arstechnica.com/arstechnica/' . $this->getInput('section');
$this->collectExpandableDatas($url);
$this->collectExpandableDatas($url, 10);
}
protected function parseItem(array $item)