public static function FeedsSyndicationParserTest::getInfo in Feeds 8.2
File
- lib/
Drupal/ feeds/ Tests/ FeedsSyndicationParserTest.php, line 14 - Tests for plugins/FeedsSyndicationParser.inc.
Class
- FeedsSyndicationParserTest
- Test single feeds.
Namespace
Drupal\feeds\TestsCode
public static function getInfo() {
return array(
'name' => 'Syndication parsers',
'description' => 'Regression tests for syndication parsers Common syndication and SimplePie. Tests parsers against a set of feeds in the context of Feeds module. <strong>Requires SimplePie parser to be configured correctly.</strong>',
'group' => 'Feeds',
);
}