public static function CategorizeFeedItemTestCase::getInfo

7.x aggregator.test public static CategorizeFeedItemTestCase::getInfo()

File

drupal-7.x/modules/aggregator/aggregator.test, line 631
Tests for aggregator.module.

Class

CategorizeFeedItemTestCase
Tests categorization functionality in the Aggregator module.

Code

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