ContentModerationStateTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php \Drupal\Tests\content_moderation\Kernel\ContentModerationStateTest::modules
  2. 10 core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php \Drupal\Tests\content_moderation\Kernel\ContentModerationStateTest::modules
  3. 11.x core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php \Drupal\Tests\content_moderation\Kernel\ContentModerationStateTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php, line 32

Class

ContentModerationStateTest
Tests links between a content entity and a content_moderation_state entity.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

protected static $modules = [
  'entity_test',
  'node',
  'block',
  'block_content',
  'media',
  'media_test_source',
  'image',
  'file',
  'field',
  'filter',
  'content_moderation',
  'user',
  'system',
  'language',
  'content_translation',
  'text',
  'workflows',
  'path_alias',
  'taxonomy',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.