public static function AddFeedTest::getInfo

Same name in this branch

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php, line 16
Definition of Drupal\system\Tests\Common\AddFeedTest.

Class

AddFeedTest
Tests drupal_add_feed().

Namespace

Drupal\system\Tests\Common

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' => 'Common',
  );
}