You are here

public static property SmartlingTestBase::$modules in TMGMT Translator Smartling 8.2

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

src/Tests/SmartlingTestBase.php, line 36

Class

SmartlingTestBase
Basic tests for the Smartling translator.

Namespace

Drupal\tmgmt_smartling\Tests

Code

public static $modules = [
  'tmgmt',
  'tmgmt_demo',
  'tmgmt_smartling',
  'tmgmt_smartling_context_debug',
  'tmgmt_smartling_test',
  'dblog',
];