public static function AddFeedTest::getInfo

Same name in this branch

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php, line 14
Definition of Drupal\aggregator\Tests\AddFeedTest.

Class

AddFeedTest
Tests aggregator feed adding.

Namespace

Drupal\aggregator\Tests

Code

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