Apply suggestions from code review
Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
This commit is contained in:
parent
575726a0cf
commit
6420fa4f7d
@ -64,7 +64,7 @@ class EpisodeActionTest extends TestCase {
|
|||||||
</rss>
|
</rss>
|
||||||
';
|
';
|
||||||
|
|
||||||
$podcastData = PodcastData::parseRssXml($xml, fetchedAtUnix: 1337);
|
$podcastData = PodcastData::parseRssXml($xml, 1337);
|
||||||
$expected = [
|
$expected = [
|
||||||
'title' => 'The title of this Podcast',
|
'title' => 'The title of this Podcast',
|
||||||
'author' => 'The Podcast Author',
|
'author' => 'The Podcast Author',
|
||||||
@ -99,7 +99,7 @@ class EpisodeActionTest extends TestCase {
|
|||||||
</rss>
|
</rss>
|
||||||
';
|
';
|
||||||
|
|
||||||
$podcastData = PodcastData::parseRssXml($xml, fetchedAtUnix: 1337);
|
$podcastData = PodcastData::parseRssXml($xml, 1337);
|
||||||
$expected = [
|
$expected = [
|
||||||
'title' => 'The title of this Podcast',
|
'title' => 'The title of this Podcast',
|
||||||
'author' => 'The Podcast Author',
|
'author' => 'The Podcast Author',
|
||||||
|
Loading…
Reference in New Issue
Block a user