You are here

public static function FeedsUnitTestCase::getInfo in Feeds 7.2

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

File

tests/feeds.test, line 793
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',
  );
}