public static function FeedParserTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php, line 14
Definition of Drupal\aggregator\Tests\FeedParserTest.

Class

FeedParserTest
Tests feed parsing in the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Feed parser functionality',
    'description' => 'Test the built-in feed parser with valid feed samples.',
    'group' => 'Aggregator',
  );
}