You are here

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

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/System/CustomDataTypesTest.php, line 37

Class

CustomDataTypesTest
Tests custom data types integration.

Namespace

Drupal\Tests\search_api\Kernel\System

Code

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