You are here

public function TaxonomyParentUITest::testTaxonomyParentUI in Drupal 8

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

Tests the taxonomy parent plugin UI.

File

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

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
    ->assertNoText('The handler for this item is broken or missing.');
}