public static function CommentNodeChangesTestCase::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 2250 - 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',
);
}