function TaxonomyParentUITest::testTaxonomyParentUI

Tests the taxonomy parent plugin UI.

File

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

Class

TaxonomyParentUITest
Tests views taxonomy parent plugin UI.

Namespace

Drupal\Tests\taxonomy\Functional\Views

Code

public function testTaxonomyParentUI() {
  $this->drupalGet('admin/structure/views/nojs/handler/test_taxonomy_parent/default/relationship/parent');
  $this->assertSession()
    ->pageTextNotContains('The handler for this item is broken or missing.');
}

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