public static function UpdateFeedTestCase::getInfo

Archivo

drupal-7.x/modules/aggregator/aggregator.test, line 454
Tests for aggregator.module.

Class

UpdateFeedTestCase
Tests functionality of updating the feed in the Aggregator module.

Código

public static function getInfo() {
  return array(
    'name' => 'Update feed functionality',
    'description' => 'Update feed test.',
    'group' => 'Aggregator',
  );
}