You are here

public static function FeedsMapperProfileTestCase::getInfo in Feeds 6

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

File

tests/feeds_mapper_profile.test, line 13
Test suite for profile mapper mappers/profile.inc.

Class

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

Code

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