public static function FeedsMapperDateTestCase::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/feeds_mapper_date.test \FeedsMapperDateTestCase::getInfo()
- 7.2 tests/feeds_mapper_date.test \FeedsMapperDateTestCase::getInfo()
File
- tests/
feeds_mapper_date.test, line 18
Class
- FeedsMapperDateTestCase
- Class for testing Feeds <em>content</em> mapper.
Code
public static function getInfo() {
return array(
'name' => t('Mapper: Date'),
'description' => t('Test Feeds Mapper support for CCK Date fields. <strong>Requires CCK and Date module</strong>.'),
'group' => t('Feeds'),
);
}