You are here

namespace Drupal\Tests\workflows\Kernel in Drupal 10

Same name in other branches
  1. 8 Drupal\Tests\workflows\Kernel
  2. 9 Drupal\Tests\workflows\Kernel
Classsort descending Location Description
ComplexWorkflowTypeTest core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php Workflow entity tests that require modules or storage.
PredefinedWorkflowTypeTest core/modules/workflows/tests/src/Kernel/PredefinedWorkflowTypeTest.php Test a predefined workflow based on something other than configuration.
RequiredStatesTest core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Tests Workflow type's required states and configuration initialization.
WorkflowAccessControlHandlerTest core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php @coversDefaultClass \Drupal\workflows\WorkflowAccessControlHandler @group workflows
WorkflowDependenciesTest core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php Tests configuration dependencies in workflows.