You are here

public static function FeedsRSStoNodesTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsRSStoNodesTest.php, line 17
Tests for plugins/FeedsNodeProcessor.inc.

Class

FeedsRSStoNodesTest
Test aggregating a feed as node items.

Namespace

Drupal\feeds\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RSS import to nodes',
    'description' => 'Tests a feed configuration that is attached to a content type, uses HTTP fetcher, common syndication parser and a node processor. Repeats the same test for an importer configuration that is not attached to a content type and for a configuration that is attached to a content type and uses the file fetcher.',
    'group' => 'Feeds',
  );
}