public static function CommentNodeChangesTestCase::getInfo
Archivo
- 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.
Código
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',
);
}