public static function CommentNodeChangesTestCase::getInfo

File

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