function ImportOPMLTestCase::getInfo

File

modules/aggregator/aggregator.test, line 733

Class

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

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.