public static function CommentThreadingTestCase::getInfo

7.x comment.test public static CommentThreadingTestCase::getInfo()

File

drupal-7.x/modules/comment/comment.test, line 2111
Tests for comment.module.

Class

CommentThreadingTestCase
Tests comment threading.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment Threading',
    'description' => 'Test to make sure the comment number increments properly.',
    'group' => 'Comment',
  );
}