You are here

protected static property LangCodeTest::$modules in Porter-Stemmer 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LangCodeTest.php, line 33

Class

LangCodeTest
Tests that EN language search terms are stemmed and return stemmed content.

Namespace

Drupal\Tests\porterstemmer\Functional

Code

protected static $modules = [
  'node',
  'search',
  'porterstemmer',
  'language',
  'dblog',
];