You are here

public static function FeedsMapperFieldTestCase::getInfo in Feeds 7.2

File

tests/feeds_mapper_field.test, line 16
Contains FeedsMapperFieldTestCase.

Class

FeedsMapperFieldTestCase
Test case for simple CCK field mapper mappers/content.inc.

Code

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