WorkspacesContentModerationStateTest::SKIP_METHODS

Same name in other branches
  1. 10 core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php \Drupal\Tests\content_moderation\Kernel\WorkspacesContentModerationStateTest::SKIP_METHODS

File

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

Class

WorkspacesContentModerationStateTest
Tests that Workspaces and Content Moderation work together properly.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

const SKIP_METHODS = [
    // This test creates published default revisions in Live, which can not be
    // deleted in a workspace. A test scenario for the case when Content
    // Moderation and Workspaces are used together is covered in
    // parent::testContentModerationStateRevisionDataRemoval().
'testContentModerationStateDataRemoval',
    // This test does not assert anything that can be workspace-specific.
'testModerationWithFieldConfigOverride',
    // This test does not assert anything that can be workspace-specific.
'testWorkflowDependencies',
    // This test does not assert anything that can be workspace-specific.
'testWorkflowNonConfigBundleDependencies',
    // This test does not assert anything that can be workspace-specific.
'testGetCurrentUserId',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.