You are here

public static function FeedAPTypeTestsCase::getInfo in FeedAPI 6

Implementation of getInfo().

File

tests/feedapi_type.test, line 13

Class

FeedAPTypeTestsCase
Class for testing FeedAPI content-type related functionality.

Code

public static function getInfo() {
  return array(
    'name' => t('FeedAPI content-type form'),
    'description' => t('Tests FeedAPI content-type form handling.'),
    'group' => t('FeedAPI'),
  );
}