You are here

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

Same name in this branch
  1. 8.4 tests/src/Functional/SmartlingTestBase.php \Drupal\Tests\tmgmt_smartling\Functional\SmartlingTestBase::modules
  2. 8.4 tests/src/Kernel/SmartlingTestBase.php \Drupal\Tests\tmgmt_smartling\Kernel\SmartlingTestBase::modules
Same name and namespace in other branches
  1. 8.3 tests/src/Functional/SmartlingTestBase.php \Drupal\Tests\tmgmt_smartling\Functional\SmartlingTestBase::modules

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

tests/src/Functional/SmartlingTestBase.php, line 45

Class

SmartlingTestBase
Basic tests for the Smartling translator.

Namespace

Drupal\Tests\tmgmt_smartling\Functional

Code

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