function AggregatorRenderingTestCase::getInfo

File

modules/aggregator/aggregator.test, line 912

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.