function TaxonomyTermFunctions::get_info in SimpleTest 6
Same name and namespace in other branches
- 5 tests/taxonomy.module.test \TaxonomyTermFunctions::get_info()
File
- tests/
taxonomy.module.test, line 76
Class
Code
function get_info() {
return array(
'name' => 'Term functions',
'desc' => "Testing save/update/delete terms",
'group' => 'Taxonomy',
);
}