protected static property ContentEntityTestBase::$modules

Modules to enable.

Type: array

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

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