You are here

public static function FeedsHTTPCacheTest::getInfo in Feeds 7.2

File

tests/FeedsHTTPCacheTest.test, line 25

Class

FeedsHTTPCacheTest
@coversDefaultClass FeedsHTTPCache @group feeds

Code

public static function getInfo() {
  return array(
    'name' => 'FeedsHTTPCache class test',
    'description' => 'Covers class FeedsHTTPCache.',
    'group' => 'Feeds',
  );
}