public static function AggregatorRenderingTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php, line 11
Definition of Drupal\aggregator\Tests\AggregatorRenderingTest.

Class

AggregatorRenderingTest

Namespace

Drupal\aggregator\Tests

Code

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