public static function AddFeedTestCase::getInfo

7.x aggregator.test public static AddFeedTestCase::getInfo()

File

drupal-7.x/modules/aggregator/aggregator.test, line 345
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'
  );
}