protected static property ContentTmgmtEntitySourceListTest::$modules

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

sources/content/tests/src/Functional/ContentTmgmtEntitySourceListTest.php, line 25

Class

ContentTmgmtEntitySourceListTest
Tests the user interface for entity translation lists.

Namespace

Drupal\Tests\tmgmt_content\Functional

Code

protected static $modules = array(
  'tmgmt_content',
  'taxonomy',
  'comment',
);