You are here

public static function CommentInterfaceTest::getInfo in Drupal 7

File

modules/comment/comment.test, line 266
Tests for comment.module.

Class

CommentInterfaceTest

Code

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