public static function MediaFeedsMapperEnclosureTestCase::getInfo in Media Feeds 7
Add this test case to the Media Feeds group.
File
- tests/
media_feeds_mapper_enclosure.test, line 18 - Test case for the Feeds mapping API for the media module using SimplePieParser and FeedsEncolsure.
Class
- MediaFeedsMapperEnclosureTestCase
- Class for testing the Media Feeds media_internet mapper using FeedsEnclosure.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Media (from FeedsEncolsure)',
'description' => 'Test Feeds Mapper support for Media fields using FeedsEnclosure as the source. <strong>Requires SimplePie library</strong>.',
'group' => 'Media Feeds',
'dependencies' => array(
'media_feeds',
),
);
}