function SearchRankingTestCase::getInfo

File

modules/search/search.test, line 383

Class

SearchRankingTestCase
Indexes content and tests ranking factors.

Code

public static function getInfo() {
    return array(
        'name' => 'Search engine ranking',
        'description' => 'Indexes content and tests ranking factors.',
        'group' => 'Search',
    );
}

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