function WorkspacesContentModerationStateTest::testContentModerationStateDataRemoval

Overrides ContentModerationStateTest::testContentModerationStateDataRemoval

File

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

Class

WorkspacesContentModerationStateTest
Tests that Workspaces and Content Moderation work together properly.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

public function testContentModerationStateDataRemoval($entity_type_id = NULL) : void {
    // Deliberately empty body. This test will be skipped in the setUp() of this
    // class. However, for it to be picked up there, in PHPUnit 9, it still
    // needs to be defined in this class.
}

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