You are here

function AddForumTest::get_info in SimpleTest 6

Implementation of get_info() for information

Overrides DrupalForumTestCase::get_info

File

tests/forum_module.test, line 77

Class

AddForumTest

Code

function get_info() {
  return array(
    'name' => t('Add forum'),
    'desc' => 'Adds a forum and a forum container and verifies that they have been created.',
    'group' => 'Forum',
  );
}