function WorkspaceViewsBulkFormTest::testBulkForm

Same name and namespace in other branches
  1. 11.x core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php \Drupal\Tests\workspaces\Functional\WorkspaceViewsBulkFormTest::testBulkForm()

Tests the bulk form.

Overrides BulkFormTest::testBulkForm

File

core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php, line 47

Class

WorkspaceViewsBulkFormTest
Tests the views bulk form in a workspace.

Namespace

Drupal\Tests\workspaces\Functional

Code

public function testBulkForm() : void {
  // Ignore entity types that are not being tested, in order to fully re-use
  // the parent test method.
  $this->ignoreEntityType('view');
  parent::testBulkForm();
}

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