public static function FeedsMapperEmailTestCase::getInfo in Feeds 6
File
- tests/
feeds_mapper_email.test, line 13 - Test case for simple CCK field mapper mappers/email.inc.
Class
- FeedsMapperEmailTestCase
- Class for testing Feeds <em>email</em> mapper.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Email',
'description' => 'Test Feeds Mapper support for Email CCK fields.',
'group' => 'Feeds',
'dependencies' => array(
'content',
'email',
),
);
}