public static function ForumIndexTestCase::getInfo

Archivo

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

Class

ForumIndexTestCase
Tests the forum index listing.

Código

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