You are here

public static function FeedsMapperFieldTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperFieldTest.php, line 28
Test case for simple CCK field mapper mappers/content.inc.

Class

FeedsMapperFieldTest
Class for testing Feeds field mapper.

Namespace

Drupal\feeds\Tests

Code

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