You are here

protected static property WorkflowUiTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workflows/tests/src/Functional/WorkflowUiTest.php \Drupal\Tests\workflows\Functional\WorkflowUiTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/workflows/tests/src/Functional/WorkflowUiTest.php, line 21

Class

WorkflowUiTest
Tests workflow creation UI.

Namespace

Drupal\Tests\workflows\Functional

Code

protected static $modules = [
  'workflows',
  'workflow_type_test',
  'block',
];