You are here

public static function UserFeedsMapperLocationTestCase::getInfo in Location Feeds 7

Same name and namespace in other branches
  1. 6 tests/location_feeds.user.test \UserFeedsMapperLocationTestCase::getInfo()

File

tests/location_feeds.user.test, line 14

Class

UserFeedsMapperLocationTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('User Locations'),
    'description' => t('Test Feeds Mapper support for User Location.'),
    'group' => t('Location Feeds'),
  );
}