protected property LangCodeTest::$searches in Porter-Stemmer 8
An array of search terms.
Type: string[]
File
- tests/
src/ Functional/ LangCodeTest.php, line 64
Class
- LangCodeTest
- Tests that EN language search terms are stemmed and return stemmed content.
Namespace
Drupal\Tests\porterstemmer\FunctionalCode
protected $searches = [
'walk',
'walked',
'walking',
];