You are here

public static function NodeFeedsMapperLocationTestCase::getInfo in Location Feeds 6

Same name and namespace in other branches
  1. 7 tests/location_feeds.node.test \NodeFeedsMapperLocationTestCase::getInfo()

File

tests/location_feeds.node.test, line 15

Class

NodeFeedsMapperLocationTestCase

Code

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