function WorkspacesContentModerationStateTest::testWorkflowDependencies
Same name in other branches
- 9 core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php \Drupal\Tests\content_moderation\Kernel\WorkspacesContentModerationStateTest::testWorkflowDependencies()
- 8.9.x core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php \Drupal\Tests\content_moderation\Kernel\WorkspacesContentModerationStateTest::testWorkflowDependencies()
Overrides ContentModerationStateTest::testWorkflowDependencies
File
-
core/
modules/ content_moderation/ tests/ src/ Kernel/ WorkspacesContentModerationStateTest.php, line 300
Class
- WorkspacesContentModerationStateTest
- Tests that Workspaces and Content Moderation work together properly.
Namespace
Drupal\Tests\content_moderation\KernelCode
public function testWorkflowDependencies() : 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.