You are here

public static function FeedsMapperTaxonomyTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperTaxonomyTest.php, line 16
Test case for taxonomy mapper mappers/taxonomy.inc.

Class

FeedsMapperTaxonomyTest
Class for testing Feeds <em>content</em> mapper.

Namespace

Drupal\feeds\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Taxonomy',
    'description' => 'Test Feeds Mapper support for Taxonomy.',
    'group' => 'Feeds',
  );
}