public static function CommentInterfaceTest::getInfo

7.x comment.test public static CommentInterfaceTest::getInfo()

File

drupal-7.x/modules/comment/comment.test, line 258
Tests for comment.module.

Class

CommentInterfaceTest

Code

public static function getInfo() {
  return array(
    'name' => 'Comment interface',
    'description' => 'Test comment user interfaces.',
    'group' => 'Comment',
  );
}