You are here

public static function FeedsMapperContentTestCase::getInfo in Feeds 7

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

File

tests/feeds_mapper_content.test, line 15

Class

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

Code

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