You are here

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

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Datasource/LanguageKernelTest.php, line 48

Class

LanguageKernelTest
Tests translation handling of the content entity datasource.

Namespace

Drupal\Tests\search_api\Kernel\Datasource

Code

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