You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

sources/content/tests/src/Kernel/ContentEntityTestBase.php, line 20

Class

ContentEntityTestBase
Base class for content entity kernel tests.

Namespace

Drupal\Tests\tmgmt_content\Kernel

Code

public static $modules = [
  'tmgmt',
  'tmgmt_content',
  'tmgmt_test',
  'language',
  'content_translation',
  'options',
];