public static function FeedsMapperDateTestCase::getInfo in Feeds 6
Same name and namespace in other branches
- 7.2 tests/feeds_mapper_date.test \FeedsMapperDateTestCase::getInfo()
- 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',
),
);
}