You are here

public static function FeedsMapperLinkTestCase::getInfo in Feeds 7

Same name and namespace in other branches
  1. 6 tests/feeds_mapper_link.test \FeedsMapperLinkTestCase::getInfo()
  2. 7.2 tests/feeds_mapper_link.test \FeedsMapperLinkTestCase::getInfo()

File

tests/feeds_mapper_link.test, line 15

Class

FeedsMapperLinkTestCase
Class for testing Feeds <em>link</em> mapper.

Code

public static function getInfo() {
  return array(
    'name' => t('Mapper: Link'),
    'description' => t('Test Feeds Mapper support for Link CCK fields. <strong>Requires CCK and Link module</strong>.'),
    'group' => t('Feeds'),
  );
}