summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php')
-rw-r--r--vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php b/vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php
index b05e87fe6..e165ef9c3 100644
--- a/vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php
+++ b/vendor/fguillot/picofeed/tests/Parser/Rss91ParserTest.php
@@ -25,7 +25,7 @@ class Rss91ParserTest extends PHPUnit_Framework_TestCase
$this->assertEquals('http://writetheweb.com/read.php?item=24', $feed->items[0]->getUrl());
$this->assertEquals('085a9133a75542f878fa73ee2afbb6a2350b6c4fb125e6d8ca09478c47702111', $feed->items[0]->getId());
$this->assertEquals(time(), $feed->items[0]->getDate()->getTimestamp(), '', 1);
- $this->assertEquals('webmaster@writetheweb.com', $feed->items[0]->getAuthor());
+ $this->assertEquals('editor@writetheweb.com', $feed->items[0]->getAuthor());
$this->assertTrue(strpos($feed->items[1]->getContent(), '<p>After a period of dormancy') === 0);
}
} \ No newline at end of file