Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Mar 30, 2024
1 parent c6f7580 commit ada6207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/HeraRssCrawlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
Expand All @@ -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',
Expand Down

0 comments on commit ada6207

Please sign in to comment.