File
- drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php, line 24
- Definition of Drupal\search\Tests\SearchExcerptTest.
Class
- SearchExcerptTest
- Tests the search_excerpt() function.
Namespace
Drupal\search\Tests
Code
public static function getInfo() {
return array(
'name' => 'Search excerpt extraction',
'description' => 'Tests that the search_excerpt() function works.',
'group' => 'Search',
);
}