function WorkspaceViewsBulkFormTest::testBulkForm
Same name in other branches
- 11.x core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php \Drupal\Tests\workspaces\Functional\WorkspaceViewsBulkFormTest::testBulkForm()
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\FunctionalCode
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.