You are here

function AddTopicToForum::get_info in SimpleTest 6

Implementation of get_info() for information

Overrides DrupalForumTestCase::get_info

File

tests/forum_module.test, line 167

Class

AddTopicToForum

Code

function get_info() {
  return array(
    'name' => t('Add/move topics'),
    'desc' => 'Tests adding and moving topics within forums.',
    'group' => 'Forum',
  );
}