PHP Class Tests\TextAnalysis\Filters\StopWordsFilterTest

Author: yooper (yooper)
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: yooper/php-text-analysis

Public Methods

Method Description
testIsNotStopWord ( )
testIsStopWord ( )
testIsStopWord2 ( )

Protected Methods

Method Description
loadStopwords ( ) : array Load an array of stop words

Method Details

loadStopwords() protected method

Load an array of stop words
protected loadStopwords ( ) : array
return array

testIsNotStopWord() public method

public testIsNotStopWord ( )

testIsStopWord() public method

public testIsStopWord ( )

testIsStopWord2() public method

public testIsStopWord2 ( )