You are here

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

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

Overrides PorterStemmerOutput1UnitTest::getInfo

File

./porterstemmer.test, line 888
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

PorterStemmerPECLOutput6UnitTest
Unit tests for Porter Stemmer - Stemming output part 6 PECL.

Code

public static function getInfo() {
  return array(
    'name' => t('Stemming output 6 PECL'),
    'description' => t('Test that the stemming function returns the correct stemmed words with PECL library'),
    'group' => t('Porter Stemmer'),
  );
}