You are here

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

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

sources/tmgmt_config/tests/src/Functional/ConfigSourceUiTest.php, line 24

Class

ConfigSourceUiTest
Content entity source UI tests.

Namespace

Drupal\Tests\tmgmt_config\Functional

Code

public static $modules = array(
  'tmgmt_config',
  'views',
  'views_ui',
  'field_ui',
  'config_translation',
);