public static function AddFeedTestCase::getInfo

Archivo

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

Class

AddFeedTestCase
Tests adding aggregator feeds.

Código

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