public static function ForumIndexTestCase::getInfo in Drupal 7
File
- 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',
);
}