public static function ForumIndexTestCase::getInfo

File

drupal/modules/forum/forum.test, line 631
Tests for forum.module.

Class

ForumIndexTestCase
Tests the forum index listing.

Code

public static function getInfo() {
  return array(
    'name' => 'Forum index',
    'description' => 'Tests the forum index listing.',
    'group' => 'Forum',
  );
}