public static function FeedsMapperListTestCase::getInfo in Feeds 7.2
File
- tests/
feeds_mapper_list.test, line 16 - Contains FeedsMapperListTestCase.
Class
- FeedsMapperListTestCase
- Test case for List field mappers in mappers/list.inc.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: List and Boolean',
'description' => 'Test Feeds Mapper support for List and Boolean fields.',
'group' => 'Feeds',
'dependencies' => array(
'list',
),
);
}