function TaxonomyVocabularyFunctions::get_info in SimpleTest 5
Same name and namespace in other branches
- 6 tests/taxonomy.module.test \TaxonomyVocabularyFunctions::get_info()
File
- tests/
taxonomy.module.test, line 5
Class
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',
);
}