public static function ImportOpmlTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php, line 22
Definition of Drupal\aggregator\Tests\ImportOpmlTest.

Class

ImportOpmlTest
Tests importing feeds from OPML functionality for the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Import feeds from OPML functionality',
    'description' => 'Test OPML import.',
    'group' => 'Aggregator',
  );
}