public static function AddFeedTestCase::getInfo

File

drupal/modules/aggregator/aggregator.test, line 349
Tests for aggregator.module.

Class

AddFeedTestCase
Tests adding aggregator feeds.

Code

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