You are here

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

Same name and namespace in other branches
  1. 4.0.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  2. 3.0.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  3. 3.1.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  4. 3.2.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  5. 3.3.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  6. 3.4.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  7. 3.5.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  8. 3.6.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  9. 3.7.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules
  10. 3.8.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

src/Tests/Kernel/LingotekConfigImportTest.php, line 28

Class

LingotekConfigImportTest
Tests content translation updates performed during config import.

Namespace

Drupal\lingotek\Tests\Kernel

Code

public static $modules = [
  'config_test',
  'system',
  'user',
  'entity_test',
  'language',
  'locale',
  'content_translation',
  'config_translation',
  'lingotek',
];