function SearchTokenizerTestCase::getInfo

File

modules/search/search.test, line 1721

Class

SearchTokenizerTestCase
Test the CJK tokenizer.

Code

public static function getInfo() {
    return array(
        'name' => 'CJK tokenizer',
        'description' => 'Check that CJK tokenizer works as intended.',
        'group' => 'Search',
    );
}

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