function SearchExcerptTestCase::getInfo

File

modules/search/search.test, line 1618

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.