You are here

public static function FeedsRSStoDataTest::getInfo in Feeds 6

File

tests/feeds_processor_data.test, line 13
Tests for plugins/FeedsDataProcessor.inc.

Class

FeedsRSStoDataTest
Test aggregating a feed as data records.

Code

public static function getInfo() {
  return array(
    'name' => 'RSS import to data records',
    'description' => 'Tests a feed configuration that is attached to a content type, uses common syndication parser and a node processor.',
    'group' => 'Feeds',
    'dependencies' => array(
      'data',
      'views',
    ),
  );
}