protected property LangCodeTest::$testData in Porter-Stemmer 8
An array of content for testing purposes.
Type: string[]
File
- tests/
src/ Functional/ LangCodeTest.php, line 53
Class
- LangCodeTest
- Tests that EN language search terms are stemmed and return stemmed content.
Namespace
Drupal\Tests\porterstemmer\FunctionalCode
protected $testData = [
'First Page' => 'I walk through the streets, looking around for trouble.',
'Second Page' => 'I walked home from work today.',
'Third Page' => 'I am always walking everywhere.',
];