You are here

protected static property WorkflowAccessControlHandlerTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php \Drupal\Tests\workflows\Kernel\WorkflowAccessControlHandlerTest::modules
  2. 9 core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php \Drupal\Tests\workflows\Kernel\WorkflowAccessControlHandlerTest::modules

File

core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php, line 23

Class

WorkflowAccessControlHandlerTest
@coversDefaultClass \Drupal\workflows\WorkflowAccessControlHandler @group workflows

Namespace

Drupal\Tests\workflows\Kernel

Code

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