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