public static function SearchExcerptTestCase::getInfo
Archivo
- drupal-7.x/
modules/ search/ search.test, line 1571 - Tests for search.module.
Class
- SearchExcerptTestCase
- Tests the search_excerpt() function.
Código
public static function getInfo() {
return array(
'name' => 'Search excerpt extraction',
'description' => 'Tests that the search_excerpt() function works.',
'group' => 'Search',
);
}