function SearchMatchTestCase::getInfo

File

modules/search/search.test, line 18

Class

SearchMatchTestCase
Indexes content and queries it.

Code

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

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