You are here

public static function FeedsMapperFieldTestCase::getInfo in Entity reference 7

Test info function.

File

tests/entityreference.feeds.test, line 15
Test case for simple CCK field mapper mappers/content.inc.

Class

FeedsMapperFieldTestCase
Class for testing Feeds field mapper.

Code

public static function getInfo() {
  return array(
    'name' => 'Feeds integration (field mapper)',
    'description' => 'Test Feeds Mapper support for fields.',
    'group' => 'Entity Reference',
    'dependencies' => array(
      'feeds',
    ),
  );
}