You are here

public function WorkspacesContentModerationStateTest::testWorkflowNonConfigBundleDependencies in Drupal 9

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

Tests the content moderation workflow dependencies for non-config bundles.

Overrides ContentModerationStateTest::testWorkflowNonConfigBundleDependencies

File

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

Class

WorkspacesContentModerationStateTest
Tests that Workspaces and Content Moderation work together properly.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

public function testWorkflowNonConfigBundleDependencies() {

  // This test does not assert anything that can be workspace-specific.
  $this
    ->markTestSkipped();
}