public static function FeedsSitemapParserTestCase::getInfo in Feeds 6
Same name and namespace in other branches
- 7.2 tests/feeds_parser_sitemap.test \FeedsSitemapParserTestCase::getInfo()
- 7 tests/feeds_parser_sitemap.test \FeedsSitemapParserTestCase::getInfo()
File
- tests/
feeds_parser_sitemap.test, line 13 - 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',
);
}