public static function AggregatorRenderingTestCase::getInfo

File

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

Class

AggregatorRenderingTestCase
Tests rendering functionality in the Aggregator module.

Code

public static function getInfo() {
  return array(
    'name' => 'Checks display of aggregator items',
    'description' => 'Checks display of aggregator items on the page.',
    'group' => 'Aggregator',
  );
}