You are here

public static function FeedsFileFetcherTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsFileFetcherTest.php, line 14
File fetcher tests.

Class

FeedsFileFetcherTest
File fetcher test class.

Namespace

Drupal\feeds\Tests

Code

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