protected static property LocalTranslatorTestBase::$modules

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

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