public static function AggregatorRenderingTestCase::getInfo
Archivo
- drupal-7.x/
modules/ aggregator/ aggregator.test, line 872 - Tests for aggregator.module.
Class
- AggregatorRenderingTestCase
- Tests rendering functionality in the Aggregator module.
Código
public static function getInfo() {
return array(
'name' => 'Checks display of aggregator items',
'description' => 'Checks display of aggregator items on the page.',
'group' => 'Aggregator',
);
}