You are here

protected static property ContentModerationWorkflowTypeTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php \Drupal\Tests\content_moderation\Functional\ContentModerationWorkflowTypeTest::modules
  2. 10 core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php \Drupal\Tests\content_moderation\Functional\ContentModerationWorkflowTypeTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php, line 19

Class

ContentModerationWorkflowTypeTest
Test the workflow type plugin in the content_moderation module.

Namespace

Drupal\Tests\content_moderation\Functional

Code

protected static $modules = [
  'content_moderation',
  'node',
  'entity_test',
];