You are here

protected static property RequiredStatesTest::$modules in Drupal 10

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

File

core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php, line 21

Class

RequiredStatesTest
Tests Workflow type's required states and configuration initialization.

Namespace

Drupal\Tests\workflows\Kernel

Code

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