- EntityCrudHookTestCase::testTaxonomyTermHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on taxonomy terms.
- EntityReferenceTaxonomyTestCase::setupForIndex in core/
modules/ entityreference/ tests/ entityreference.taxonomy.test - Add an ER field from node/post to taxonomy and a term reference field.
- PagePreviewTestCase::setUp in core/
modules/ node/ tests/ node.test - Sets up a Backdrop site for running functional and integration tests.
- PathPatternBulkUpdateTestCase::testBulkUpdate in core/
modules/ path/ tests/ path_pattern.test - PathPatternTestHelper::addTerm in core/
modules/ path/ tests/ path_pattern.test - TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in core/
modules/ taxonomy/ tests/ taxonomy.test - Tests that appropriate tags are added when querying the database.
- 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::testTaxonomyTermHierarchy in core/
modules/ taxonomy/ tests/ taxonomy.test - Test terms in a single and multiple hierarchy.
- TaxonomyTermTestCase::testTermInterface 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.
- TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm in core/
modules/ taxonomy/ tests/ taxonomy_views_handler_relationship_node_term_data.test - Returns a new term with random properties in vocabulary $vid.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in core/
modules/ taxonomy/ tests/ taxonomy.test - Test deleting a taxonomy that contains terms.
- TaxonomyWebTestCase::createTerm in core/
modules/ taxonomy/ tests/ taxonomy.test - Returns a new term with random properties in the given vocabulary.
- taxonomy_field_presave in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_presave().
- taxonomy_form_term_submit in core/
modules/ taxonomy/ taxonomy.admin.inc - Submit handler to insert or update a term.
- ThemeDebugMarkupTestCase::testDebugTaxonomyOutput in core/
modules/ simpletest/ tests/ theme.test - Tests debug taxonomy markup added to template output.
- TokenTaxonomyTestCase::addTerm in core/
modules/ simpletest/ tests/ token.test - ViewsHandlerManyToOneTest::createTerm in core/
modules/ views/ tests/ handlers/ views_handler_manytoone.test - Returns a new term with random properties.
- ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/
modules/ views/ tests/ views_ui.test - Tests default views.
- ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in core/
modules/ views/ tests/ views_ui.test - Helper function to create a taxonomy term and return its expected path.