You are here

public static function CommentGoodnessDeleteOwnTestCase::getInfo in Comment goodness 7

File

tests/comment_goodness.test, line 49

Class

CommentGoodnessDeleteOwnTestCase
Test the deletion of own comments.

Code

public static function getInfo() {
  return array(
    'name' => 'Delete own comment',
    'description' => 'Test the deletion of own comments.',
    'group' => 'Comment Goodness',
  );
}