You are here

protected function TaxonomyParentUITest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyParentUITest::setUp()

Overrides UITestBase::setUp

File

core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php, line 38

Class

TaxonomyParentUITest
Tests views taxonomy parent plugin UI.

Namespace

Drupal\Tests\taxonomy\Functional\Views

Code

protected function setUp($import_test_views = TRUE) : void {
  parent::setUp($import_test_views);
  ViewTestData::createTestViews(static::class, [
    'taxonomy_test_views',
  ]);
}