You are here

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\Functional

Code

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.',
];