You are here

public static function FeedsProcessorTaxonomyTermTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsProcessorTaxonomyTermTest.php, line 14
Tests for plugins/FeedsTermProcessor.inc

Class

FeedsProcessorTaxonomyTermTest
Test aggregating a feed as data records.

Namespace

Drupal\feeds\Tests

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',
  );
}