You are here

public static function SearchExpressionInsertExtractTestCase::getInfo in Drupal 7

File

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