You are here

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

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

Modules to enable.

Type: array

Overrides TMGMTKernelTestBase::$modules

File

tests/src/Kernel/SmartlingTestBase.php, line 16

Class

SmartlingTestBase
Smartling kernel test base class.

Namespace

Drupal\Tests\tmgmt_smartling\Kernel

Code

public static $modules = [
  'tmgmt_smartling',
  'tmgmt_extension_suit',
  'tmgmt_file',
  'file',
];