public static function SearchExcerptTestCase::getInfo

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

File

drupal-7.x/modules/search/search.test, line 1571
Tests for search.module.

Class

SearchExcerptTestCase
Tests the search_excerpt() function.

Code

public static function getInfo() {
  return array(
    'name' => 'Search excerpt extraction',
    'description' => 'Tests that the search_excerpt() function works.',
    'group' => 'Search',
  );
}