protected function CommonSyndicationParserTestCase::_testAtomGeoRSSWithoutAuthor in Feeds 7.2
Tests parsing an Atom feed without an author.
1 call to CommonSyndicationParserTestCase::_testAtomGeoRSSWithoutAuthor()
- CommonSyndicationParserTestCase::test in tests/
common_syndication_parser.test - Dispatch tests, only use one entry point method testX to save time.
File
- tests/
common_syndication_parser.test, line 97 - Tests for the common syndication parser.
Class
- CommonSyndicationParserTestCase
- Test cases for common syndication parser library.
Code
protected function _testAtomGeoRSSWithoutAuthor() {
$string = $this
->readFeed('earthquake-georss-noauthor.atom');
$feed = common_syndication_parser_parse($string);
}