You are here

public static property FieldValuesExtractionTest::$modules in Search API 8

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/System/FieldValuesExtractionTest.php, line 49

Class

FieldValuesExtractionTest
Tests extraction of field values, as used during indexing.

Namespace

Drupal\Tests\search_api\Kernel\System

Code

public static $modules = [
  'entity_test',
  'field',
  'search_api',
  'search_api_test_extraction',
  'system',
  'user',
];