function TaxonomyGlossaryTest::setUp
Overrides ViewTestBase::setUp
File
-
core/
modules/ views/ tests/ src/ Functional/ TaxonomyGlossaryTest.php, line 42
Class
- TaxonomyGlossaryTest
- Tests glossary functionality of taxonomy views.
Namespace
Drupal\Tests\views\FunctionalCode
protected function setUp($import_test_views = TRUE) {
parent::setUp($import_test_views);
$this->enableViewsTestModule();
/** @var \Drupal\taxonomy\Entity\Vocabulary $vocabulary */
$vocabulary = $this->createVocabulary();
for ($i = 0; $i < 10; $i++) {
$this->taxonomyTerms[] = $this->createTerm($vocabulary);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.