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