public static function SearchExpressionInsertExtractTestCase::getInfo

File

drupal/modules/search/search.test, line 985
Tests for search.module.

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',
  );
}