You are here

public static function FeedsMapperProfileTestCase::getInfo in Feeds 7

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

File

tests/feeds_mapper_profile.test, line 15

Class

FeedsMapperProfileTestCase
Class for testing Feeds <em>content</em> mapper.

Code

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