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