You are here

26 calls to TaxonomyTestTrait::createVocabulary() in Zircon Profile 8

EfqTest::setUp in core/modules/taxonomy/src/Tests/EfqTest.php
Sets up a Drupal site for running functional and integration tests.
EfqTest::testTaxonomyEfq in core/modules/taxonomy/src/Tests/EfqTest.php
Tests that a basic taxonomy entity query works.
EntityReferenceFieldAttributesTest::setUp in core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
LoadMultipleTest::testTaxonomyTermMultipleLoad in core/modules/taxonomy/src/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using entity_load_multiple().
RssTest::setUp in core/modules/taxonomy/src/Tests/RssTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyAttributesTest::setUp in core/modules/rdf/src/Tests/TaxonomyAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyImageTest::setUp in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermIndentationTest::setUp in core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermPagerTest::setUp in core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php
Sets up a Drupal site for running functional and integration tests.
TermEntityReferenceTest::testSelectionTestVocabularyRestriction in core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php
Tests an entity reference field restricted to a single vocabulary.
TermIndexTest::setUp in core/modules/taxonomy/src/Tests/TermIndexTest.php
Sets up a Drupal site for running functional and integration tests.
TermKernelTest::testMultipleParentDelete in core/modules/taxonomy/src/Tests/TermKernelTest.php
Deleting a parent of a term with multiple parents does not delete the term.
TermKernelTest::testTaxonomyVocabularyTree in core/modules/taxonomy/src/Tests/TermKernelTest.php
Test a taxonomy with terms that have multiple parents of different depths.
TermKernelTest::testTermDelete in core/modules/taxonomy/src/Tests/TermKernelTest.php
Deleting terms should also remove related vocabulary. Deleting an invalid term should silently fail.
TermLanguageTest::setUp in core/modules/taxonomy/src/Tests/TermLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
TermTest::setUp in core/modules/taxonomy/src/Tests/TermTest.php
Sets up a Drupal site for running functional and integration tests.
TermTest::testTaxonomyGetTermByName in core/modules/taxonomy/src/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTranslationBreadcrumbTest::setUp in core/modules/taxonomy/src/Tests/TermTranslationBreadcrumbTest.php
Sets up a Drupal site for running functional and integration tests.
TermTranslationFieldViewTest::setUp in core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
Sets up a Drupal site for running functional and integration tests.
ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/src/Tests/ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
TokenReplaceTest::setUp in core/modules/taxonomy/src/Tests/TokenReplaceTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyCrudTest::setUp in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Tests for loading multiple vocabularies.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyUiTest::setUp in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyUiTest::testTaxonomyAdminChangingWeights in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Changing weights on the vocabulary overview with two or more vocabularies.