public function TaxonomyParentUITest::testTaxonomyParentUI in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyParentUITest::testTaxonomyParentUI()
- 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\ViewsCode
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.');
}