public static function CommentThreadingTestCase::getInfo

File

drupal/modules/comment/comment.test, line 2152
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',
  );
}