public static function FeedsSitemapParserTestCase::getInfo in Feeds 7.2
Same name and namespace in other branches
- 6 tests/feeds_parser_sitemap.test \FeedsSitemapParserTestCase::getInfo()
- 7 tests/feeds_parser_sitemap.test \FeedsSitemapParserTestCase::getInfo()
File
- tests/
feeds_parser_sitemap.test, line 16 - Tests for plugins/FeedsSitemapParser.inc.
Class
- FeedsSitemapParserTestCase
- Test Sitemap parser.
Code
public static function getInfo() {
return array(
'name' => 'Sitemap parser',
'description' => 'Regression tests for Sitemap XML format parser.',
'group' => 'Feeds',
);
}