TaxonomyEFQTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyEFQTestCase::testTaxonomyEFQ in core/modules/taxonomy/tests/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyHooksTestCase::testTaxonomyTermHooks in core/modules/taxonomy/tests/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
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::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldMultipleVocabularyTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in core/modules/taxonomy/tests/taxonomy.test
Test term field validation.
TaxonomyTermIndexTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermTestCase::testTaxonomyGetTermByName in core/modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
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::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyVocabularyFunctionalTest::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in core/modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyUnitTest::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in core/modules/taxonomy/tests/taxonomy.test
Test deleting a taxonomy that contains terms.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadMultiple in core/modules/taxonomy/tests/taxonomy.test
Tests for loading multiple vocabularies.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadProp in core/modules/taxonomy/tests/taxonomy.test
Test that adding properties via hook_taxonomy_vocabulary_load() works.