function CommentUninstallTestCase::getInfo

File

modules/comment/comment.test, line 2393

Class

CommentUninstallTestCase
Tests uninstalling the comment module.

Code

public static function getInfo() {
    return array(
        'name' => 'Comment module uninstallation',
        'description' => 'Tests that the comments module can be properly uninstalled.',
        'group' => 'Comment',
    );
}

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