23 calls to TaxonomyWebTestCase::createVocabulary() in Drupal 7
- RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes in modules/
rdf/ rdf.test - Creates a random term and ensures the right RDFa markup is used.
- TaxonomyEFQTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyEFQTestCase::testTaxonomyEFQ in modules/
taxonomy/ taxonomy.test - Tests that a basic taxonomy EntityFieldQuery works.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/
taxonomy/ taxonomy.test - Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
- TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in modules/
taxonomy/ taxonomy.test - Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
- TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in modules/
taxonomy/ taxonomy.test - Tests that appropriate tags are added when querying the database.
- TaxonomyRSSTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermFieldMultipleVocabularyTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermFieldTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in modules/
taxonomy/ taxonomy.test - Test term field validation.
- TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in modules/
taxonomy/ taxonomy.test - Test a taxonomy with terms that have multiple parents of different depths.
- TaxonomyTermFunctionTestCase::testTermDelete in modules/
taxonomy/ taxonomy.test - TaxonomyTermIndexTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermTestCase::testTaxonomyGetTermByName in modules/
taxonomy/ taxonomy.test - Test taxonomy_get_term_by_name().
- TaxonomyThemeTestCase::testTaxonomyTermThemes in modules/
taxonomy/ taxonomy.test - Test the theme used when adding, viewing and editing taxonomy terms.
- TaxonomyTokenReplaceTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyVocabularyFunctionalTest::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in modules/
taxonomy/ taxonomy.test - Changing weights on the vocabulary overview with two or more vocabularies.
- TaxonomyVocabularyTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in modules/
taxonomy/ taxonomy.test - Test deleting a taxonomy that contains terms.
- TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadMultiple in modules/
taxonomy/ taxonomy.test - Tests for loading multiple vocabularies.
- TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse in modules/
taxonomy/ taxonomy.test - Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.