public static function ForumTestCase::getInfo in Drupal 7
File
- modules/
forum/ forum.test, line 53 - Tests for forum.module.
Class
- ForumTestCase
- Provides automated tests for the Forum module.
Code
public static function getInfo() {
return array(
'name' => 'Forum functionality',
'description' => 'Create, view, edit, delete, and change forum entries and verify its consistency in the database.',
'group' => 'Forum',
);
}