diff --git a/tests/HeraRssCrawlerTest.php b/tests/HeraRssCrawlerTest.php index d1d8531..4d56147 100644 --- a/tests/HeraRssCrawlerTest.php +++ b/tests/HeraRssCrawlerTest.php @@ -510,7 +510,7 @@ public static function websiteProvider(): array 'React' => [ 'https://react.dev/blog', [ - 'https://replit-api-services.sorrycc.repl.co/react-dev-blog', + 'https://rss-scraper.deno.dev/feed.xml?url=https%3A%2F%2Freact.dev%2Fblog&itemSelector=a&titleSelector=h2', ], null, ], @@ -537,7 +537,7 @@ public static function websiteProvider(): array [ 'https://jrocknews.com/feed', ], - 'https://jrocknews.com/wp-content/uploads/2015/05/cropped-JRN-icon-2017-150x150.png', + 'https://jrocknews.com/wp-content/uploads/2015/05/cropped-jrock-news-plain-symbol-favico-32x32.png', ], 'Non-existent website' => [ 'https://www.nonexistent-website.dev',