function CommentAuthorDeletionTestCase::getInfo

File

modules/comment/comment.test, line 2338

Class

CommentAuthorDeletionTestCase
Tests the behavior of comments when the comment author is deleted.

Code

public static function getInfo() {
    return array(
        'name' => 'Comment author deletion',
        'description' => 'Test the behavior of comments when the comment author is deleted.',
        'group' => 'Comment',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.