You are here

public function TaxonomyParentUITest::testTaxonomyParentUI in Zircon Profile 8.0

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

Tests the taxonomy parent plugin UI.

File

core/modules/taxonomy/src/Tests/Views/TaxonomyParentUITest.php, line 47
Contains \Drupal\taxonomy\Tests\Views\TaxonomyParentUITest.

Class

TaxonomyParentUITest
Tests views taxonomy parent plugin UI.

Namespace

Drupal\taxonomy\Tests\Views

Code

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