public static function FeedProcessorPluginTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php, line 17
Contains \Drupal\aggregator\Tests\FeedProcessorPluginTest.

Class

FeedProcessorPluginTest
Tests feed processing in the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Feed processor plugins',
    'description' => 'Test the processor plugins functionality and discoverability.',
    'group' => 'Aggregator',
  );
}