public static function CommentNodeChangesTestCase::getInfo

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

File

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

Class

CommentNodeChangesTestCase
Tests that comments behave correctly when the node is changed.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment deletion on node changes',
    'description' => 'Tests that comments behave correctly when the node is changed.',
    'group' => 'Comment',
  );
}