public static function CommentInterfaceTest::getInfo

File

drupal/modules/comment/comment.test, line 264
Tests for comment.module.

Class

CommentInterfaceTest

Code

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