You are here

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

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Index/IndexImportTest.php, line 27

Class

IndexImportTest
Tests whether importing of index configuration works correctly.

Namespace

Drupal\Tests\search_api\Kernel\Index

Code

public static $modules = [
  'field',
  'search_api',
  'search_api_db',
  'search_api_test_db',
  'search_api_test',
  'user',
  'system',
  'entity_test',
  'text',
];