You are here

public static function FeedsMapperOGTestCase::getInfo in Feeds 7

Same name and namespace in other branches
  1. 6 tests/feeds_mapper_og.test \FeedsMapperOGTestCase::getInfo()

File

tests/feeds_mapper_og.test, line 15

Class

FeedsMapperOGTestCase
Class for testing Feeds <em>locale</em> mapper.

Code

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