protected static property ContentTmgmtEntitySourceNoCanonicalLinkTest::$modules

Modules to enable.

Type: array

Overrides TMGMTTestBase::$modules

File

sources/content/tests/src/Functional/ContentTmgmtEntitySourceNoCanonicalLinkTest.php, line 22

Class

ContentTmgmtEntitySourceNoCanonicalLinkTest
Test for translatable entity types with no canonical link template.

Namespace

Drupal\Tests\tmgmt_content\Functional

Code

protected static $modules = array(
  'content_translation_test',
  'language',
  'entity_test',
  'tmgmt_content',
);