public static function CategorizeFeedTestCase::getInfo

File

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

Class

CategorizeFeedTestCase
Tests the categorize feed functionality in the Aggregator module.

Code

public static function getInfo() {
  return array(
    'name' => 'Categorize feed functionality',
    'description' => 'Categorize feed test.',
    'group' => 'Aggregator',
  );
}