You are here

public static property StemmerTest::$modules in Snowball Stemmer 2.x

Same name and namespace in other branches
  1. 8 tests/src/Unit/Plugin/Processor/StemmerTest.php \Drupal\Tests\snowball_stemmer\Unit\Plugin\Processor\StemmerTest::modules

File

tests/src/Unit/Plugin/Processor/StemmerTest.php, line 30

Class

StemmerTest
Tests the "Stemmer" processor.

Namespace

Drupal\Tests\snowball_stemmer\Unit\Plugin\Processor

Code

public static $modules = [
  'search_api',
  'snowball_stemmer',
];