You are here

function ContentTaxonomyTest::getInfo in Content Taxonomy 6.2

Same name and namespace in other branches
  1. 6 tests/content_taxonomy.test \ContentTaxonomyTest::getInfo()

File

tests/content_taxonomy.test, line 70

Class

ContentTaxonomyTest
Base Class for testing Content Taxonomy, extends the ContentCrudTestCase Class from CCK, which provides many useful helper functions

Code

function getInfo() {
  return array(
    'name' => t('Content Taxonomy - Saving'),
    'description' => t('Tests basic saving'),
    'group' => t('Content Taxonomy'),
  );
}