function SearchExpressionInsertExtractTestCase::getInfo

File

modules/search/search.test, line 988

Class

SearchExpressionInsertExtractTestCase
Tests search_expression_insert() and search_expression_extract().

Code

public static function getInfo() {
    return array(
        'name' => 'Search expression insert/extract',
        'description' => 'Tests the functions search_expression_insert() and search_expression_extract()',
        'group' => 'Search',
    );
}

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