TaxonomyEFQTestCase::testTaxonomyEFQ in modules/taxonomy/tests/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyLoadMultipleUnitTest::testTaxonomyTermMultipleLoad in modules/taxonomy/tests/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in modules/taxonomy/tests/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyRSSTestCase::testTaxonomyRSS in modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in modules/taxonomy/tests/taxonomy.test
Test term field validation.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/taxonomy/tests/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/tests/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in modules/taxonomy/tests/taxonomy.test
Tests that there is a link to the parent term on the child term page.
TaxonomyTermTestCase::testTaxonomyGetTermByName in modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
TaxonomyTermTestCase::testTaxonomyNode in modules/taxonomy/tests/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in modules/taxonomy/tests/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermMultipleParentsInterface in modules/taxonomy/tests/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermUnitTest::testTaxonomyVocabularyTree in modules/taxonomy/tests/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermUnitTest::testTermDelete in modules/taxonomy/tests/taxonomy.test
TaxonomyThemeTestCase::testTaxonomyTermThemes in modules/taxonomy/tests/taxonomy.test
Test the theme used when adding, viewing and editing taxonomy terms.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/taxonomy/tests/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in modules/taxonomy/tests/taxonomy.test
Test deleting a taxonomy that contains terms.