You are here

function TaxonomyVocabularyFunctions::get_info in SimpleTest 6

Same name and namespace in other branches
  1. 5 tests/taxonomy.module.test \TaxonomyVocabularyFunctions::get_info()

File

tests/taxonomy.module.test, line 4

Class

TaxonomyVocabularyFunctions

Code

function get_info() {
  return array(
    'name' => 'Vocabulary functions',
    'desc' => "Create/Edit/Delete a vocabulary and assert that all fields were properly saved",
    'group' => 'Taxonomy',
  );
}