You are here

public static property LocalTranslatorTestBase::$modules in Translation Management Tool 8

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

translators/tmgmt_local/tests/src/Functional/LocalTranslatorTestBase.php, line 37

Class

LocalTranslatorTestBase
Base class for local translator tests.

Namespace

Drupal\Tests\tmgmt_local\Functional

Code

public static $modules = [
  'user',
  'tmgmt',
  'tmgmt_language_combination',
  'tmgmt_local',
];