You are here

public static property LingotekConfigImportTest::$modules in Lingotek Translation 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

src/Tests/LingotekConfigImportTest.php, line 33
Contains \Drupal\lingotek\Tests\LingotekConfigImportTest.

Class

LingotekConfigImportTest
Tests content translation updates performed during config import.

Namespace

Drupal\lingotek\Tests

Code

public static $modules = array(
  'config_test',
  'system',
  'user',
  'entity_test',
  'language',
  'locale',
  'content_translation',
  'config_translation',
  'lingotek',
);