You are here

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

EfqTest::testTaxonomyEfq in core/modules/taxonomy/src/Tests/EfqTest.php
Tests that a basic taxonomy entity query works.
EntityReferenceFieldAttributesTest::testNodeTeaser in core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
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::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyAttributesTest::testTaxonomyTermRdfaAttributes in core/modules/rdf/src/Tests/TaxonomyAttributesTest.php
Creates a random term and ensures the RDF output is correct.
TaxonomyTermIndentationTest::testTermIndentation in core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php
Tests term indentation.
TaxonomyTermPagerTest::testTaxonomyTermOverviewPager in core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php
Tests that the pager is displayed properly on the term overview page.
TermEntityReferenceTest::testSelectionTestVocabularyRestriction in core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php
Tests an entity reference field restricted to a single vocabulary.
TermIndexTest::testTaxonomyIndex in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that there is a link to the parent term on the child term page.
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.
TermTest::testReSavingTags in core/modules/taxonomy/src/Tests/TermTest.php
Tests that editing and saving a node with no changes works correctly.
TermTest::testTaxonomyGetTermByName in core/modules/taxonomy/src/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTest::testTaxonomyNode in core/modules/taxonomy/src/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTaxonomyTermChildTerms in core/modules/taxonomy/src/Tests/TermTest.php
Tests that many terms with parents show on each page
TermTest::testTaxonomyTermHierarchy in core/modules/taxonomy/src/Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermMultipleParentsInterface in core/modules/taxonomy/src/Tests/TermTest.php
Test saving a term with multiple parents through the UI.
TermTest::testTermReorder in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationBreadcrumbTest::setUpTerms in core/modules/taxonomy/src/Tests/TermTranslationBreadcrumbTest.php
Setup translated terms in a hierarchy.
TermTranslationFieldViewTest::setUpTerm in core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
Creates a test subject term, with translation.
ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/src/Tests/ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
TokenReplaceTest::testTaxonomyTokenReplacement in core/modules/taxonomy/src/Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Test deleting a taxonomy that contains terms.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.