21 calls to TaxonomyWebTestCase::createTerm()

RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes in drupal/modules/rdf/rdf.test
Creates a random term and ensures the right RDFa markup is used.
TaxonomyEFQTestCase::testTaxonomyEFQ in drupal/modules/taxonomy/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in drupal/modules/taxonomy/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyRSSTestCase::testTaxonomyRSS in drupal/modules/taxonomy/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in drupal/modules/taxonomy/taxonomy.test
Test term field validation.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in drupal/modules/taxonomy/taxonomy.test
Test widgets.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermFunctionTestCase::testTermDelete in drupal/modules/taxonomy/taxonomy.test
TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal/modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
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::testTaxonomyNode in drupal/modules/taxonomy/taxonomy.test
Test that hook_node_$op implementations work correctly.
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::testTermMultipleParentsInterface in drupal/modules/taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyThemeTestCase::testTaxonomyTermThemes in drupal/modules/taxonomy/taxonomy.test
Test the theme used when adding, viewing and editing taxonomy terms.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in drupal/modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal/modules/taxonomy/taxonomy.test
Test deleting a taxonomy that contains terms.