function ContentTaxonomyTest::getInfo in Content Taxonomy 6
Same name and namespace in other branches
- 6.2 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'),
);
}