You are here

function EditForumTaxonomyTest::get_info in SimpleTest 6

Implementation of get_info() for information

Overrides DrupalForumTestCase::get_info

File

tests/forum_module.test, line 118

Class

EditForumTaxonomyTest

Code

function get_info() {
  return array(
    'name' => t('Edit forum taxonomy'),
    'desc' => 'Edits the forum taxonomy.',
    'group' => 'Forum',
  );
}