function TaxonomyTestNodeApi::get_info in SimpleTest 6
Same name and namespace in other branches
- 5 tests/taxonomy.module.test \TaxonomyTestNodeApi::get_info()
File
- tests/
taxonomy.module.test, line 237
Class
Code
function get_info() {
return array(
'name' => 'Taxonomy nodeapi',
'desc' => "Save & edit a node and assert that taxonomy terms are saved/loaded properly.",
'group' => 'Taxonomy',
);
}