public static function SearchExpressionInsertExtractTestCase::getInfo

7.x search.test public static SearchExpressionInsertExtractTestCase::getInfo()

File

drupal-7.x/modules/search/search.test, line 955
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',
  );
}