You are here

public static function FeedsCSVtoTermsTest::getInfo in Feeds 6

Same name and namespace in other branches
  1. 7.2 tests/feeds_processor_term.test \FeedsCSVtoTermsTest::getInfo()
  2. 7 tests/feeds_processor_term.test \FeedsCSVtoTermsTest::getInfo()

File

tests/feeds_processor_term.test, line 13
Tests for plugins/FeedsTermProcessor.inc

Class

FeedsCSVtoTermsTest
Test aggregating a feed as data records.

Code

public static function getInfo() {
  return array(
    'name' => 'CSV import to taxonomy',
    'description' => 'Tests a standalone import configuration that uses file fetcher and CSV parser to import taxonomy terms from a CSV file.',
    'group' => 'Feeds',
  );
}