protected static property ContentTmgmtEntitySourceUiTest::$modules

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

sources/content/tests/src/Functional/ContentTmgmtEntitySourceUiTest.php, line 30

Class

ContentTmgmtEntitySourceUiTest
Content entity source UI tests.

Namespace

Drupal\Tests\tmgmt_content\Functional

Code

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