You are here

public static function MediaFeedsMapperMediaTestCase::getInfo in Media Feeds 7

Add this test case to the Media Feeds group.

File

tests/media_feeds_mapper.test, line 16
Test case for the Feeds mapping API for the media module.

Class

MediaFeedsMapperMediaTestCase
Class for testing the Media Feeds media_internet mapper.

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Media',
    'description' => 'Test Feeds Mapper support for Media fields.',
    'group' => 'Media Feeds',
    'dependencies' => array(
      'media_feeds',
    ),
  );
}