You are here

public static function FeedAPIRevisionTestsCase::getInfo in FeedAPI 6

Implementation of getInfo().

File

tests/feedapi_revision.test, line 13

Class

FeedAPIRevisionTestsCase
Class for testing FeedAPI revision support.

Code

public static function getInfo() {
  return array(
    'name' => t('FeedAPI revision support'),
    'description' => t('Creates a feed and then creates a new revision with different configuration and revert the original node / feed.'),
    'group' => t('FeedAPI'),
  );
}