function TaxonomyFieldAllTermsTest::setUp
Same name and namespace in other branches
- 11.x core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyFieldAllTermsTest::setUp()
Overrides TaxonomyTestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Kernel/ Views/ TaxonomyFieldAllTermsTest.php, line 29
Class
- TaxonomyFieldAllTermsTest
- Tests the "All terms" taxonomy term field handler.
Namespace
Drupal\Tests\taxonomy\Kernel\ViewsCode
protected function setUp($import_test_views = TRUE) : void {
parent::setUp($import_test_views);
$this->setUpCurrentUser(permissions: [
'access content',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.