You are here

protected static property DefaultRevisionStateTest::$modules in Drupal 10

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

File

core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php, line 23

Class

DefaultRevisionStateTest
Tests the correct default revision is set.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

protected static $modules = [
  'entity_test',
  'node',
  'block_content',
  'content_moderation',
  'user',
  'system',
  'language',
  'content_translation',
  'text',
  'workflows',
];