You are here

public static function FeedsMapperEmfieldTestCase::getInfo in Feeds 6

Same name and namespace in other branches
  1. 7 tests/feeds_mapper_emfield.test \FeedsMapperEmfieldTestCase::getInfo()

File

tests/feeds_mapper_emfield.test, line 13
Test case for simple CCK field mapper mappers/emfield.inc.

Class

FeedsMapperEmfieldTestCase
Class for testing Feeds <em>emfield</em> mapper.

Code

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