You are here

public static function FeedsUnitTestCase::getInfo in Feeds 6

Same name and namespace in other branches
  1. 7.2 tests/feeds.test \FeedsUnitTestCase::getInfo()

File

tests/feeds.test, line 374
Common functionality for all Feeds tests.

Class

FeedsUnitTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Unit tests',
    'description' => 'Test basic low-level Feeds module functionality.',
    'group' => 'Feeds',
  );
}