You are here

function TaxonomyTestNodeApi::get_info in SimpleTest 5

Same name and namespace in other branches
  1. 6 tests/taxonomy.module.test \TaxonomyTestNodeApi::get_info()

File

tests/taxonomy.module.test, line 246

Class

TaxonomyTestNodeApi

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',
  );
}