You are here

public static function FeedsFileFetcherTestCase::getInfo in Feeds 7.2

File

tests/feeds_fetcher_file.test, line 16
File fetcher tests.

Class

FeedsFileFetcherTestCase
File fetcher test class.

Code

public static function getInfo() {
  return array(
    'name' => 'File fetcher',
    'description' => 'Tests for file fetcher plugin.',
    'group' => 'Feeds',
  );
}