You are here

public static function FeedsMapperDateTestCase::getInfo in Feeds 6

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

File

tests/feeds_mapper_date.test, line 16
Test case for CCK date field mapper mappers/date.inc.

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Date',
    'description' => 'Test Feeds Mapper support for CCK Date fields.',
    'group' => 'Feeds',
    'dependencies' => array(
      'content',
      'date',
    ),
  );
}