public static function AggregatorRenderingTestCase::getInfo

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

File

drupal-7.x/modules/aggregator/aggregator.test, line 872
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'
  );
}