16 calls to taxonomy_term_save()

EntityCrudHookTestCase::testTaxonomyTermHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy terms.
forum_enable in drupal/modules/forum/forum.install
Implements hook_enable().
forum_form_submit in drupal/modules/forum/forum.admin.inc
Form submission handler for forum_form_forum() and forum_form_container().
PagePreviewTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in drupal/modules/taxonomy/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in drupal/modules/taxonomy/taxonomy.test
Tests that there is a link to the parent term on the child term page.
TaxonomyTermTestCase::testTaxonomyGetTermByName in drupal/modules/taxonomy/taxonomy.test
Test taxonomy_get_term_by_name().
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermAutocompletion in drupal/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermInterface in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal/modules/taxonomy/taxonomy.test
Test deleting a taxonomy that contains terms.
TaxonomyWebTestCase::createTerm in drupal/modules/taxonomy/taxonomy.test
Returns a new term with random properties in vocabulary $vid.
taxonomy_field_presave in drupal/modules/taxonomy/taxonomy.module
Implements hook_field_presave().
taxonomy_form_term_submit in drupal/modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
TriggerOtherTestCase::testActionsTaxonomy in drupal/modules/trigger/trigger.test
Tests triggering on taxonomy new term.