You are here

protected property WorkspacesContentModerationStateTest::$revEntityTypeId in Drupal 8

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

The ID of the revisionable entity type used in the tests.

Type: string

Overrides ContentModerationStateTest::$revEntityTypeId

File

core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php, line 38

Class

WorkspacesContentModerationStateTest
Tests that Workspaces and Content Moderation work together properly.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

protected $revEntityTypeId = 'entity_test_revpub';