public static function DrupalAddFeedTestCase::getInfo

File

drupal/modules/simpletest/tests/common.test, line 2982
Tests for common.inc functionality.

Class

DrupalAddFeedTestCase
Basic tests for drupal_add_feed().

Code

public static function getInfo() {
  return array(
    'name' => 'drupal_add_feed() tests',
    'description' => 'Make sure that drupal_add_feed() works correctly with various constructs.',
    'group' => 'System',
  );
}