You are here

public static function MediaFeedsMappingTestCase::getInfo in Media Feeds 7.2

File

./media_feeds.test, line 13
Tests for the Media Feeds module.

Class

MediaFeedsMappingTestCase
Tests mapping to different field types.

Code

public static function getInfo() {
  return array(
    'name' => 'Mapping',
    'description' => 'Tests mappings to different field types.',
    'group' => 'Media Feeds',
  );
}