You are here

public static function FeedsMapperDateTestCase::getInfo in Feeds 7.2

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

File

tests/feeds_mapper_date.test, line 19
Contains FeedsMapperDateTestCase.

Class

FeedsMapperDateTestCase
Test case for CCK date field mapper mappers/date.inc.

Code

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