You are here

public static function CommentUninstallTestCase::getInfo in Drupal 7

File

modules/comment/comment.test, line 2275
Tests for comment.module.

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