public static function FeedParserTestCase::getInfo

File

drupal/modules/aggregator/aggregator.test, line 1008
Tests for aggregator.module.

Class

FeedParserTestCase
Tests feed parsing in the Aggregator module.

Code

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