function ForumTestCase::getInfo

File

modules/forum/forum.test, line 58

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.