You are here

public function FeedsSitemapParserTestCase::getInfo in Feeds 7

Same name and namespace in other branches
  1. 6 tests/feeds_parser_sitemap.test \FeedsSitemapParserTestCase::getInfo()
  2. 7.2 tests/feeds_parser_sitemap.test \FeedsSitemapParserTestCase::getInfo()

Describe this test.

File

tests/feeds_parser_sitemap.test, line 19
Tests for plugins/FeedsSitemapParser.inc

Class

FeedsSitemapParserTestCase
Test Sitemap parser.

Code

public function getInfo() {
  return array(
    'name' => t('Sitemap parser'),
    'description' => t('Regression tests for Sitemap XML format parser.'),
    'group' => t('Feeds'),
  );
}