You are here

public static function VudCommentWebTestCase::getInfo in Vote Up/Down 7

Same name and namespace in other branches
  1. 6.3 vud_comment/vud_comment.test \VudCommentWebTestCase::getInfo()
  2. 6.2 vud_comment/vud_comment.test \VudCommentWebTestCase::getInfo()

Implementation of getInfo().

File

vud_comment/vud_comment.test, line 12
Test file for Vote Up/Down Comment.

Class

VudCommentWebTestCase
@file Test file for Vote Up/Down Comment.

Code

public static function getInfo() {
  return array(
    'name' => t('Vote Up/Down Comment'),
    'description' => t('Functional tests for Vote Up/Down Comment'),
    'group' => t('Vote Up/down'),
  );
}