public static function SearchExcerptTestCase::getInfo in Drupal 7
File
- modules/
search/ search.test, line 1614 - 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',
);
}