protected static property ConfigSourceListTest::$modules

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

sources/tmgmt_config/tests/src/Functional/ConfigSourceListTest.php, line 23

Class

ConfigSourceListTest
Tests the user interface for entity translation lists.

Namespace

Drupal\Tests\tmgmt_config\Functional

Code

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