You are here

public static function AnswersBestViewTestCase::getInfo in Answers 7.4

Test getInfo.

1 method overrides AnswersBestViewTestCase::getInfo()
AnswersThemeBestViewTestCase::getInfo in answers_theme/answers_theme.test
Test getInfo.

File

answers_best_answer/answers_best_answer.test, line 223
Tests for answers_best_answer.module.

Class

AnswersBestViewTestCase
Tests the functionality of the answers_userpoints module admin settings.

Code

public static function getInfo() {
  return array(
    'name' => 'Answers Best Views',
    'description' => 'Answers Best View Tests',
    'group' => 'Answers',
  );
}