You are here

public static function PorterStemmerFunctionalTest::getInfo in Porter-Stemmer 7

Same name and namespace in other branches
  1. 6.2 porterstemmer.test \PorterStemmerFunctionalTest::getInfo()

File

./porterstemmer.test, line 16
Tests for the Porter Stemmer module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com Unit tests are based on sample words from http://snowball.tartarus.org/algorithms/english/stemmer.html which are stored in a separate file…

Class

PorterStemmerFunctionalTest
Functional test for Porter Stemmer.

Code

public static function getInfo() {
  return array(
    'name' => t('Functional test'),
    'description' => t('Test that stemmed searching works.'),
    'group' => t('Porter Stemmer'),
  );
}