You are here

public static function FeedAPIErrorTestsCase::getInfo in FeedAPI 6

Implementation of getInfo().

File

tests/feedapi_error.test, line 14

Class

FeedAPIErrorTestsCase
Class for testing FeedAPI error-proofness. Various tests for invalid input and misconfiguration handling.

Code

public static function getInfo() {
  return array(
    'name' => t('FeedAPI error tolerance'),
    'description' => t('Various tests for invalid input and misconfiguration handling.'),
    'group' => t('FeedAPI'),
  );
}