You are here

public static function FeedAPUploadTestsCase::getInfo in FeedAPI 6

Implementation of getInfo().

File

tests/feedapi_upload.test, line 13

Class

FeedAPUploadTestsCase
Class for testing FeedAPI file upload support.

Code

public static function getInfo() {
  return array(
    'name' => t('FeedAPI file upload support'),
    'description' => t('Tests to use a file upload for a feed instead of an URL.'),
    'group' => t('FeedAPI'),
  );
}